summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-03-12 11:11:41 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-03-12 11:11:41 +0200
commitde3c59661abe7f38e99ac414bbbf33745434dd31 (patch)
tree980d73acee48fe25350b8f2a90d95c2521779466 /Cargo.toml
parent6268956e826b477a2f6fecde7d1ab701fffb1f58 (diff)
Added an batch mode
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 75dec3a..81d8115 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]
+clap = { version = "4.1.8", features = ["derive"] }
git2 = { version = "0.16.1", default-features = false, features = ["vendored-libgit2"] }
nom = "7.1.3"
rexpect = "0.5.0"