libimagentryfilter: Add filters lib to Cargo.toml
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
This commit is contained in:
parent
0cb09a627d
commit
20c4358a83
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue