hash_test/Cargo.toml

18 lines
333 B
TOML
Raw Permalink Normal View History

2023-10-04 10:36:54 +08:00
[package]
name = "hash_test"
version = "0.1.0"
authors = ["abbycin <abbytsing@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
hashbrown = "0.14"
fasthash = "0.4.0"
2023-10-08 20:10:24 +08:00
rand = "0.8.5"
2023-10-04 10:36:54 +08:00
[profile.release]
opt-level = 3
lto = true
debug = false