Add dependency: itertool = 0.4.7

This commit is contained in:
Matthias Beyer 2016-04-16 15:54:25 +02:00
parent 17610efd74
commit 0f7b2f16f9
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]
itertools = "0.4.7"
log = "0.3.4"
toml = "0.1.27"
url = "0.5.5"

View file

@ -1,3 +1,4 @@
extern crate itertools;
#[macro_use] extern crate log;
extern crate toml;
extern crate url;