Files
lzf1/Cargo.toml

12 lines
225 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" }