Add dependency: filters = 0.1.0

This commit is contained in:
Matthias Beyer 2016-09-21 18:05:12 +02:00
parent eec6ef0652
commit 3e63d65689
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@ log = "0.3"
mailparse = "0.2.0"
semver = "0.2"
toml = "0.2.*"
filters = "0.1.0"
[dependencies.libimagstore]
path = "../libimagstore"

View file

@ -2,6 +2,7 @@
extern crate mailparse;
extern crate semver;
extern crate toml;
extern crate filters;
#[macro_use] extern crate libimagerror;
extern crate libimagstore;