diff options
author | NerdyPepper <[email protected]> | 2019-05-19 17:10:21 +0100 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2019-05-19 17:10:21 +0100 |
commit | 01ede50477eee80767717592a738db772d25b631 (patch) | |
tree | 1b6b6204437c34fb206f1596855421c91bcd5b2c | |
parent | 633a6db1bc81cd737650d474931e768699cb4acd (diff) |
add libgit dep
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,3 +9,4 @@ lazy_static = "1.3.0" | |||
9 | tico = "1.0.0" | 9 | tico = "1.0.0" |
10 | libc = "0.2.55" | 10 | libc = "0.2.55" |
11 | colored = "1.8.0" | 11 | colored = "1.8.0" |
12 | git2 = "0.8.0" | ||