imag/libimagentrytag/Cargo.toml

16 lines
259 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"
2016-02-04 12:54:15 +00:00
regex = "0.1.47"
toml = "0.1.25"
2016-03-25 14:34:47 +00:00
itertools = "0.4.7"
2016-02-04 12:54:15 +00:00
[dependencies.libimagstore]
path = "../libimagstore"