Files
df/manager/Cargo.toml
2021-11-12 14:48:03 +01:00

26 lines
470 B
TOML

[package]
name = "dotfiles"
version = "0.1.0"
authors = ["Joakim Hulthe <joakim@hulthe.net>"]
edition = "2021"
[dependencies]
structopt = "0.3.21"
pretty_env_logger = "0.4.0"
log = "0.4.14"
futures = "0.3.13"
async-recursion = "0.3.2"
xdg = "2.2.0"
thiserror = "1.0.24"
[dependencies.blueprint]
git = "https://git.nubo.sh/hulthe/blueprint.git"
[dependencies.serde]
version = "1.0.125"
features = ["derive"]
[dependencies.tokio]
version = "1.4.0"
features = ["full"]