Files
lzf1/Cargo.toml

13 lines
244 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
[dependencies]
rand="0.8.5"
finum={ path="../finum" }
2024-09-29 08:09:22 -04:00
hashbrown="0.14.5"