mirror of
https://github.com/Noratrieb/datastructures.git
synced 2026-01-14 17:35:02 +01:00
14 lines
No EOL
307 B
TOML
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 |