summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-02-28 22:54:04 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-02-28 22:54:04 +0200
commitdb131014cf9d40f526a42d14901f3c10cba27786 (patch)
tree93eb9780269578641cf1ba93cfbe9f1abcd92ff4 /Cargo.toml
parent54e3aa3422ae75fc9d69ceb9d09a8cd1a3e168ec (diff)
Git init
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 26bdb76..98d243e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+git2 = "0.16.1"
nom = "7.1.3"
rexpect = "0.5.0"
thiserror = "1.0.38"