summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2023-09-09 10:45:06 +0900
committerKyohei Uto <im@kyoheiu.dev>2023-09-09 10:45:06 +0900
commit621bd26fba3ee78b735396eecb6d71409f6afb1f (patch)
treea63e008f43eaf3915dc6f5691df9c57339af776f /Cargo.toml
parent137f700aa04d5790a41805991ae4dfd4b48153ff (diff)
Add git2
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 f24ea0d..c2199a7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,6 +34,7 @@ flate2 = "1.0.26"
lzma-rs = "0.3.0"
zstd = "0.12.4"
unicode-width = "0.1.10"
+git2 = {version = "0.18.0", default-features = false }
[dev-dependencies]
bwrap = { version = "1.3.0", features = ["use_std"] }