Add dependency: log
This commit is contained in:
parent
71bce41e0f
commit
6d14212042
2 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue