This commit is contained in:
Matthias Beyer 2016-09-27 20:13:51 +02:00
parent 719e49271c
commit 7482ffb5b3
2 changed files with 2 additions and 0 deletions

View File

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

View File

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