17 lines
284 B
TOML
17 lines
284 B
TOML
[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
|
|
|
|
[profile.dev]
|
|
debug=2
|
|
|
|
[dependencies]
|
|
rand="0.8.5"
|
|
hashbrown="0.14"
|
|
finum={ path="../finum" }
|
|
hashbrown="0.14.5"
|
|
|