shitbox/Cargo.toml

21 lines
404 B
TOML
Raw Normal View History

2022-12-20 12:05:21 -05:00
[package]
name = "shitbox"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "4.0.29"
clap_complete = "4.0.6"
clap_complete_nushell = "0.1.8"
clap_mangen = "0.2.5"
hostname = { version = "0.3", features = ["set"] }
2022-12-25 18:29:09 -05:00
once_cell = "1.16.0"
2022-12-21 20:19:38 -05:00
[profile.release]
codegen-units = 1
strip = true
lto = true