Add deps
This commit is contained in:
parent
719e49271c
commit
7482ffb5b3
2 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|||
|
||||
[dependencies]
|
||||
url = "1.1"
|
||||
boolinator = "2.4.0"
|
||||
lazy_static = "0.1.15"
|
||||
log = "0.3"
|
||||
regex = "0.1"
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
#[macro_use] extern crate log;
|
||||
extern crate regex;
|
||||
extern crate url;
|
||||
extern crate boolinator;
|
||||
extern crate tempfile;
|
||||
|
||||
#[macro_use] mod log_result;
|
||||
|
|
Loading…
Reference in a new issue