Add dep: log = 0.3

This commit is contained in:
Matthias Beyer 2016-09-01 11:24:31 +02:00
parent 58b2597bcb
commit c4c726a983
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ version = "2.0"
walkdir = "0.1.5"
crossbeam = "0.2.9"
clap = "2.*"
log = "0.3"
[dependencies.libimagrt]
path = "../libimagrt"

View File

@ -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;