dotfiles/Cargo.toml
Mutzi 0fc89e6e40
All checks were successful
Gitea Organization/dotfiles/pipeline/head This commit looks good
Added a cli and arg parsing
2023-02-14 17:23:22 +01:00

26 lines
457 B
TOML

[package]
name = "dotfiles_installer"
version = "1.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
toml = "0.7.2"
bpaf = "0.7.8"
dialoguer = "0.10.3"
indicatif = "0.17.3"
[dependencies.serde]
version = "1.0.152"
features = ["derive"]
[dependencies.attohttpc]
version = "0.24.0"
default_features = false
features = [
"basic-auth",
"tls-rustls-webpki-roots"
]