cover/Cargo.toml

21 lines
330 B
TOML
Raw Normal View History

2023-04-17 22:22:35 +00:00
[package]
name = "cover"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nanoserde = "0.1.32"
2023-04-19 02:05:33 +00:00
[dev-dependencies]
criterion = "0.4.0"
rand = "0.8.5"
[[bench]]
name = "bench_library"
harness = false
[profile.bench]
debug = true