summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-05-15 15:29:59 +0100
committerJoe Carstairs <me@joeac.net>2026-05-15 15:29:59 +0100
commitc8cad70d59cc9b723b508441af119fca8b28bf92 (patch)
tree3a803809b379b16271815d1f57636d8d36768ecf /Cargo.toml
parentf849de20bb3ef7a36a5806108d853c577609991e (diff)
adds git2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 32e9ad0..a5d02cc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,7 @@ edition = "2024"
[dependencies]
anyhow = "1.0.102"
dirs = "6.0.0"
+git2 = "0.20.4"
rocket = "0.5.1"
serde = "1.0.228"
toml = "1.1.2"