17 lines
318 B
TOML
17 lines
318 B
TOML
|
[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
|