summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-03-08 15:47:40 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-03-08 15:47:40 +0200
commit0687dc7255530596f77b7c834aefadab2b76f58b (patch)
tree8b0b1d1a4d27d6ddb1976e6ac46b3f847000876f /Cargo.toml
parent10564554e6c6be7de32d6af4242fe1d2fbb90255 (diff)
Vendor git2 to make it easier to deploy shackle without dynamic libs
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1f70f9a..e9a1547 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +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"
+git2 = { version = "0.16.1", default-features = false, features = ["vendored-libgit2"] }
nom = "7.1.3"
rexpect = "0.5.0"
thiserror = "1.0.38"