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

16 lines
421 B

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