aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2019-05-19 17:10:21 +0100
committerNerdyPepper <[email protected]>2019-05-19 17:10:21 +0100
commit01ede50477eee80767717592a738db772d25b631 (patch)
tree1b6b6204437c34fb206f1596855421c91bcd5b2c
parent633a6db1bc81cd737650d474931e768699cb4acd (diff)
add libgit dep
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 95bd849..5469a29 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,3 +9,4 @@ lazy_static = "1.3.0"
9tico = "1.0.0" 9tico = "1.0.0"
10libc = "0.2.55" 10libc = "0.2.55"
11colored = "1.8.0" 11colored = "1.8.0"
12git2 = "0.8.0"