jotdown/bench/criterion/Cargo.toml

15 lines
272 B
TOML
Raw Normal View History

2023-02-09 15:57:11 -05:00
[package]
name = "bench-crit"
version = "0.1.0"
edition = "2021"
[dev-dependencies]
criterion = { version = "0.4", default-features = false }
bench-input = { path = "../input" }
jotdown = { path = "../../" }
[[bench]]
name = "criterion"
path = "main.rs"
harness = false