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

[dependencies]
git2 = "0.21"
serde = { version = "1.0.152", features = ["derive"] }
uuid = { version = "1", features = ["v4"] }
thiserror = "2"
anyhow = "1"
notify = "8"
notify-debouncer-full = "0.7"
confy = "2"
is_executable = "1"
happylock = "0.5"
chrono = "0.4"
log = "0.4"
colog = "1"
hostname = "0.4"
inquire = "0.9"
auth-git2 = "0.6"
ping = "0.7"