summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-03-28 14:28:42 -0400
committerMica White <botahamec@outlook.com>2026-03-28 14:28:42 -0400
commitc9d8448fcbc3e79668fc5d33bd4f1e33a3f3d25c (patch)
treedf081ffed90b13cd49151eb5cc0c8bedf2522cab /Cargo.toml
Init autosave command
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..a1b386d
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "git-autosave"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+git2 = "0.20"
+serde = { version = "1.0.152", features = ["derive"] }
+uuid = { version = "1", features = ["v4"] }
+confy = "2"
+anyhow = "1"