datastructures/Cargo.toml
2021-08-12 19:49:25 +02:00

14 lines
No EOL
307 B
TOML

[package]
name = "datastructures"
version = "0.1.0"
authors = ["Nilstrieb <nilstrieb@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dev-dependencies]
criterion = "0.3.5"
[[bench]]
name = "packed_linked_list"
harness = false