jotdown/bench/iai/Cargo.toml

15 lines
297 B
TOML
Raw Normal View History

2023-02-12 07:31:14 -05:00
[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