summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFred Davison <fred.davison84@gmail.com>2019-07-21 15:39:53 -0400
committerDan Davison <dandavison7@gmail.com>2020-06-04 13:17:56 -0400
commit8bc49f382b9a0c6a64d21e72cd47bcf857f31034 (patch)
tree6dd93e5fcc783b9bd81fbbcce077df9161ad1ac1 /Cargo.toml
parenta68005de950322594f86220cffff2d52e0b2aa6b (diff)
Store libgit2 config in config
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 969a3116..5cc3dd70 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,6 +25,7 @@ bytelines = "2.2.2"
console = "0.11.3"
dirs = "2.0"
lazy_static = "1.4"
+git2 = "0.13.6"
regex = "1.3.9"
shell-words = "1.0.0"
structopt = "0.3.14"