Add dep: log = 0.3
This commit is contained in:
parent
58b2597bcb
commit
c4c726a983
2 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@ version = "2.0"
|
|||
walkdir = "0.1.5"
|
||||
crossbeam = "0.2.9"
|
||||
clap = "2.*"
|
||||
log = "0.3"
|
||||
|
||||
[dependencies.libimagrt]
|
||||
path = "../libimagrt"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
extern crate crossbeam;
|
||||
extern crate clap;
|
||||
#[macro_use] extern crate version;
|
||||
#[macro_use] extern crate log;
|
||||
extern crate walkdir;
|
||||
|
||||
extern crate libimagrt;
|
||||
|
|
Loading…
Reference in a new issue