14 lines
297 B
TOML
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
|