From de3c59661abe7f38e99ac414bbbf33745434dd31 Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Sun, 12 Mar 2023 11:11:41 +0200 Subject: Added an batch mode --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3