diff options
| author | Mica White <botahamec@outlook.com> | 2026-03-29 15:48:31 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-03-29 15:48:31 -0400 |
| commit | 9a3fa573f2f471218247476d3b3ad5fde08df29d (patch) | |
| tree | 4be264e3d6137d69043cf111a945cd10a8f7897c /Cargo.toml | |
| parent | 604d3be6dc04892cdef71935d1117855c1cc7bb4 (diff) | |
Autosave daemon
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9,7 +9,12 @@ 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" +happylock = "0.5" +log = "0.4" +colog = "1" hostname = "0.4" inquire = "0.9" auth-git2 = "0.5" |
