daisy/Cargo.toml

21 lines
311 B
TOML
Raw Normal View History

2023-03-18 19:36:15 -07:00
[package]
2023-04-07 11:40:24 -07:00
name = "daisy"
2023-06-11 16:44:44 -07:00
version = "0.2.4"
2023-04-07 11:40:52 -07:00
edition = "2021"
2023-03-18 19:36:15 -07:00
2023-03-19 17:46:42 -07:00
[profile.release]
opt-level = 3
debug = 0
debug-assertions = false
strip = "symbols"
lto = "fat"
2023-04-07 11:40:24 -07:00
codegen-units = 1
2023-03-19 17:46:42 -07:00
panic = "abort"
2023-03-18 19:36:15 -07:00
[dependencies]
cfg-if = "1.0.0"
[target.'cfg(target_family = "unix")'.dependencies]
2023-04-01 13:50:52 -07:00
termion = "2.0.1"
rug = "1.19.2"