Add dependency: log

This commit is contained in:
Matthias Beyer 2016-08-06 11:30:25 +02:00
parent 71bce41e0f
commit 6d14212042
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@ semver = "0.2"
task-hookrs = "0.2"
uuid = "0.2.0"
toml = "0.1.28"
log = "0.3.6"
[dependencies.libimagstore]
path = "../libimagstore"

View file

@ -1,6 +1,7 @@
extern crate semver;
extern crate uuid;
extern crate toml;
#[macro_use] extern crate log;
#[macro_use] extern crate libimagstore;
#[macro_use] extern crate libimagerror;