jotdown/bench/iai/Cargo.toml
2023-02-14 21:51:23 +01:00

14 lines
297 B
TOML

[package]
name = "bench-iai"
version = "0.1.0"
edition = "2021"
[dev-dependencies]
iai = { version = "0.1", default-features = false }
bench-input = { path = "../input" }
jotdown = { path = "../../", features = ["html", "deterministic"] }
[[bench]]
name = "iai"
path = "main.rs"
harness = false