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

17 lines
440 B

3 years ago
[package]
name = "dfm"
version = "0.1.0"
edition = "2021"
3 years ago
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
3 years ago
async-recursion = "0.3"
clap = { version = "3.0", features = ["derive"] }
clap_complete = "3.0"
directories = "4.0"
futures = "0.3"
terminal_size = "0.1"
tokio = { version = "1.10", features = ["fs", "macros", "process", "rt-multi-thread"] }
xdg = "2.2"