Add dep: log = 0.3.5

This commit is contained in:
Matthias Beyer 2016-01-28 20:59:43 +01:00
parent 7f63b82de1
commit 88f6086c97
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
log = "0.3.5"
fs2 = "0.2.2"
glob = "0.2.10"
regex = "0.1.47"

View File

@ -1,4 +1,5 @@
#[macro_use] extern crate version;
#[macro_use] extern crate log;
extern crate fs2;
extern crate glob;
extern crate regex;