summaryrefslogtreecommitdiffstats
path: root/libimagentryfilter/Cargo.toml
blob: f746a2235b348e6bc7c1664dede27fea86762c96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "libimagentryfilter"
version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]

[dependencies]
clap = "2.1.1"
itertools = "0.4"
log = "0.3"
regex = "0.1"
toml = "0.1.27"
semver = "0.2.1"

[dependencies.libimagstore]
path = "../libimagstore"

[dependencies.libimagentrytag]
path = "../libimagentrytag"