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
|
2025-01-10 21:42:37 -05:00
|
|
|
opt-level=0
|
|
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
|
debug = true
|
2024-10-02 15:07:08 -04:00
|
|
|
|
2025-01-21 16:37:07 -05:00
|
|
|
[profile.release]
|
|
|
|
|
debug = true
|
|
|
|
|
|
2024-05-09 09:52:52 -10:00
|
|
|
[dependencies]
|
2024-05-19 09:47:40 -04:00
|
|
|
rand="0.8.5"
|
|
|
|
|
|