summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: d488b50b011f60e00c2feff449c57ddc08ad46a5 (plain)
[package]
name = "git-autosave"
version = "0.1.0"
edition = "2024"

[dependencies]
git2 = "0.20"
serde = { version = "1.0.152", features = ["derive"] }
uuid = { version = "1", features = ["v4"] }
thiserror = "2"
anyhow = "1"
confy = "2"
hostname = "0.4"
inquire = "0.9"
auth-git2 = "0.5"