imag/libimagtag/Cargo.toml

14 lines
219 B
TOML
Raw Normal View History

2016-02-04 12:53:39 +00:00
[package]
name = "libimagtag"
version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
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"
[dependencies.libimagstore]
path = "../libimagstore"