Add dependency: filters = 0.1.0
This commit is contained in:
parent
eec6ef0652
commit
3e63d65689
2 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
extern crate mailparse;
|
||||
extern crate semver;
|
||||
extern crate toml;
|
||||
extern crate filters;
|
||||
|
||||
#[macro_use] extern crate libimagerror;
|
||||
extern crate libimagstore;
|
||||
|
|
Loading…
Reference in a new issue