hash_test/Cargo.toml

17 lines
318 B
TOML
Raw 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"
[profile.release]
opt-level = 3
lto = true
debug = false