imag/libimagentryfilter/Cargo.toml

16 lines
262 B
TOML
Raw Normal View History

2016-02-02 13:06:00 +00:00
[package]
name = "libimagentryfilter"
version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
2016-02-02 13:09:12 +00:00
clap = "1.5.5"
itertools = "0.4.7"
log = "0.3.4"
regex = "0.1.48"
toml = "0.1.27"
[dependencies.libimagstore]
path = "../libimagstore"