aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGravatar BanceDev 2026-02-26 00:29:43 -0500
committerGravatar BanceDev 2026-02-26 00:29:43 -0500
commit477f40bf969c6de2955cdaaaa571c7b7e9838f06 (patch)
treee1eea562765cf10adee9801fd214929e22b7cdbd /Cargo.toml
parentbegin work on add and remove (diff)
updates to add, remove and list
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 ffc8c30..677689f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,3 +5,4 @@ edition = "2024"
[dependencies]
git2 = "0.20.4"
+libc = "0.2.182"