imag/libimagtag/Cargo.toml

13 lines
205 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-04 12:54:15 +00:00
regex = "0.1.47"
toml = "0.1.25"
[dependencies.libimagstore]
path = "../libimagstore"