You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dfm/Cargo.toml

23 lines
451 B

3 years ago
[package]
name = "dfm"
2 years ago
version = "0.2.0"
edition = "2021"
3 years ago
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2 years ago
[profile.dist]
strip = true
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
3 years ago
[dependencies]
anyhow = "1.0"
2 years ago
clap = { version = "4.1.8", features = ["derive"] }
clap_complete = "4.1.4"
directories = "4.0"
2 years ago
log = "0.4.17"
pretty_env_logger = "0.4.0"
terminal_size = "0.2.5"
xdg = "2.2"