Add dependency: Itertools
This commit is contained in:
parent
ea1de45a89
commit
0643d63b4e
2 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@ semver = "0.2"
|
||||||
toml = "^0.4"
|
toml = "^0.4"
|
||||||
chrono = "^0.4"
|
chrono = "^0.4"
|
||||||
filters = "0.1.1"
|
filters = "0.1.1"
|
||||||
|
itertools = "0.6"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
[dependencies.libimagstore]
|
||||||
path = "../libimagstore"
|
path = "../libimagstore"
|
||||||
|
|
|
@ -28,6 +28,7 @@ extern crate semver;
|
||||||
extern crate toml;
|
extern crate toml;
|
||||||
extern crate chrono;
|
extern crate chrono;
|
||||||
extern crate filters;
|
extern crate filters;
|
||||||
|
extern crate itertools;
|
||||||
|
|
||||||
extern crate libimagerror;
|
extern crate libimagerror;
|
||||||
extern crate libimagstore;
|
extern crate libimagstore;
|
||||||
|
|
Loading…
Reference in a new issue