jotdown/bench/criterion/Cargo.toml

15 lines
303 B
TOML
Raw Permalink 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" }
2024-04-04 17:50:55 -04:00
jotdown = { path = "../../", features = ["html", "parser"] }
2023-02-09 15:57:11 -05:00
[[bench]]
name = "criterion"
path = "main.rs"
harness = false