21 lines
330 B
TOML
21 lines
330 B
TOML
[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"
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.4.0"
|
|
rand = "0.8.5"
|
|
|
|
[[bench]]
|
|
name = "bench_library"
|
|
harness = false
|
|
|
|
[profile.bench]
|
|
debug = true
|