summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-03-28 14:40:30 -0400
committerMica White <botahamec@outlook.com>2026-03-28 14:40:30 -0400
commit2f71b45a753ff80cd9d7710be47b6777ed43e807 (patch)
tree8f6de4f6f6a543b39550c6fb36e4f1f445620bb3 /Cargo.toml
parentc9d8448fcbc3e79668fc5d33bd4f1e33a3f3d25c (diff)
Fix autosave command
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a1b386d..8b9ab09 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,5 +7,6 @@ edition = "2024"
git2 = "0.20"
serde = { version = "1.0.152", features = ["derive"] }
uuid = { version = "1", features = ["v4"] }
-confy = "2"
anyhow = "1"
+confy = "2"
+ignore = "0.4"