2016-02-15 13:33:30 +00:00
|
|
|
[package]
|
|
|
|
name = "imag-tag"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2016-02-29 14:34:34 +00:00
|
|
|
clap = "2.1.1"
|
2016-05-10 15:54:47 +00:00
|
|
|
log = "0.3"
|
2016-02-15 13:33:30 +00:00
|
|
|
version = "2.0.1"
|
|
|
|
semver = "0.2.1"
|
|
|
|
toml = "0.1.25"
|
|
|
|
|
|
|
|
[dependencies.libimagstore]
|
|
|
|
path = "../libimagstore"
|
|
|
|
|
|
|
|
[dependencies.libimagrt]
|
|
|
|
path = "../libimagrt"
|
|
|
|
|
|
|
|
[dependencies.libimagutil]
|
|
|
|
path = "../libimagutil"
|
|
|
|
|
2016-04-16 19:58:19 +00:00
|
|
|
[dependencies.libimagentrytag]
|
|
|
|
path = "../libimagentrytag"
|
2016-02-15 13:33:30 +00:00
|
|
|
|