Add dependency: Itertools

This commit is contained in:
Matthias Beyer 2017-07-19 14:08:02 +02:00
parent ea1de45a89
commit 0643d63b4e
2 changed files with 2 additions and 0 deletions

View file

@ -21,6 +21,7 @@ semver = "0.2"
toml = "^0.4"
chrono = "^0.4"
filters = "0.1.1"
itertools = "0.6"
[dependencies.libimagstore]
path = "../libimagstore"

View file

@ -28,6 +28,7 @@ extern crate semver;
extern crate toml;
extern crate chrono;
extern crate filters;
extern crate itertools;
extern crate libimagerror;
extern crate libimagstore;