Add dependency: itertool = 0.4.7
This commit is contained in:
parent
17610efd74
commit
0f7b2f16f9
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]
|
||||||
|
itertools = "0.4.7"
|
||||||
log = "0.3.4"
|
log = "0.3.4"
|
||||||
toml = "0.1.27"
|
toml = "0.1.27"
|
||||||
url = "0.5.5"
|
url = "0.5.5"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
extern crate itertools;
|
||||||
#[macro_use] extern crate log;
|
#[macro_use] extern crate log;
|
||||||
extern crate toml;
|
extern crate toml;
|
||||||
extern crate url;
|
extern crate url;
|
||||||
|
|
Loading…
Reference in a new issue