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"
|
||||
chrono = "^0.4"
|
||||
filters = "0.1.1"
|
||||
itertools = "0.6"
|
||||
|
||||
[dependencies.libimagstore]
|
||||
path = "../libimagstore"
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue