From 2f71b45a753ff80cd9d7710be47b6777ed43e807 Mon Sep 17 00:00:00 2001 From: Mica White Date: Sat, 28 Mar 2026 14:40:30 -0400 Subject: Fix autosave command --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3