Add dependency: git2

This commit is contained in:
Matthias Beyer 2016-05-15 00:13:22 +02:00
parent 6d851160ae
commit 20d938877b
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
toml = "0.2.*" toml = "0.2.*"
log = "0.3" log = "0.3"
fs2 = "0.2" fs2 = "0.2"
git2 = "0.4"
[dependencies.libimagstore] [dependencies.libimagstore]
path = "../libimagstore" path = "../libimagstore"

View file

@ -17,6 +17,7 @@
#[macro_use] extern crate log; #[macro_use] extern crate log;
extern crate toml; extern crate toml;
extern crate fs2; extern crate fs2;
extern crate git2;
extern crate libimagstore; extern crate libimagstore;
extern crate libimagentrylink; extern crate libimagentrylink;