imag/libimagentrytag/Cargo.toml

16 lines
254 B
TOML
Raw Normal View History

2016-02-04 12:53:39 +00:00
[package]
name = "libimagentrytag"
2016-02-04 12:53:39 +00:00
version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
2016-02-23 10:02:59 +00:00
clap = "2.1.1"
2016-02-21 18:17:36 +00:00
log = "0.3.5"
regex = "0.1"
2016-02-04 12:54:15 +00:00
toml = "0.1.25"
2016-04-17 13:48:51 +00:00
itertools = "0.4"
2016-02-04 12:54:15 +00:00
[dependencies.libimagstore]
path = "../libimagstore"