summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-03-28 20:33:49 -0400
committerMica White <botahamec@outlook.com>2026-03-28 20:33:49 -0400
commit6d73f96706814e58d03761ae997972a6551c081e (patch)
tree272f4dbb898c2a89daddc07e53c5bea7ce47a1ea /Cargo.toml
parent2f71b45a753ff80cd9d7710be47b6777ed43e807 (diff)
MVP autosave command
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8b9ab09..d488b50 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,9 @@ edition = "2024"
git2 = "0.20"
serde = { version = "1.0.152", features = ["derive"] }
uuid = { version = "1", features = ["v4"] }
+thiserror = "2"
anyhow = "1"
confy = "2"
-ignore = "0.4"
+hostname = "0.4"
+inquire = "0.9"
+auth-git2 = "0.5"