Add dep: log = 0.3.5
This commit is contained in:
parent
7f63b82de1
commit
88f6086c97
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ version = "0.1.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
log = "0.3.5"
|
||||||
fs2 = "0.2.2"
|
fs2 = "0.2.2"
|
||||||
glob = "0.2.10"
|
glob = "0.2.10"
|
||||||
regex = "0.1.47"
|
regex = "0.1.47"
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#[macro_use] extern crate version;
|
#[macro_use] extern crate version;
|
||||||
|
#[macro_use] extern crate log;
|
||||||
extern crate fs2;
|
extern crate fs2;
|
||||||
extern crate glob;
|
extern crate glob;
|
||||||
extern crate regex;
|
extern crate regex;
|
||||||
|
|
Loading…
Reference in a new issue