libimagentryfilter: Add filters lib to Cargo.toml

Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
This commit is contained in:
Gavin Thomas Claugus 2016-08-13 11:42:15 -04:00
parent 0cb09a627d
commit 20c4358a83

View file

@ -5,11 +5,12 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
clap = "2.*"
filters = "0.1.*"
itertools = "0.4"
log = "0.3"
regex = "0.1"
toml = "0.2.*"
semver = "0.2.1"
toml = "0.2.*"
[dependencies.libimagstore]
path = "../libimagstore"