rusty-dotfiles/Cargo.toml

18 lines
366 B
TOML

[package]
name = "rusty-dotfiles"
version = "0.1.0"
edition = "2021"
publish = ["gitea"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.4.12", features = ["derive"] }
copy_dir = "0.1.3"
git2 = "0.18.1"
serde_json = "1.0.108"
[[bin]]
name = "dotfiles"
path = "src/bin/main.rs"