Simon Gardling 72943f5e2f better hints
2022-05-10 15:03:49 -04:00

14 lines
240 B
TOML

[package]
name = "benchmarks"
version = "0.1.0"
edition = "2021"
license = "AGPL-3.0"
[lib]
[dependencies]
pprof = { version = "0.9", features = ["flamegraph"] }
criterion = "0.3"
criterion-macro = "0.3"
parsing = { path = "../parsing" }