Files
lzf1/Cargo.toml

17 lines
284 B
TOML
Raw Normal View History

2024-05-09 09:52:52 -10:00
[package]
name = "lzf1"
version = "0.1.0"
edition = "2021"
debug = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2024-10-02 15:07:08 -04:00
[profile.dev]
debug=2
2024-05-09 09:52:52 -10:00
[dependencies]
rand="0.8.5"
2024-10-02 15:07:08 -04:00
hashbrown="0.14"
finum={ path="../finum" }
2024-09-29 08:09:22 -04:00
hashbrown="0.14.5"