imag/imag-store/Cargo.toml

22 lines
352 B
TOML
Raw Normal View History

2016-01-23 14:35:31 +00:00
[package]
name = "imag-store"
version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
clap = "2.1.1"
2016-01-23 14:38:14 +00:00
log = "0.3.5"
version = "2.0.1"
2016-02-01 18:17:00 +00:00
semver = "0.2.1"
2016-01-23 14:38:14 +00:00
toml = "0.1.25"
[dependencies.libimagstore]
path = "../libimagstore"
[dependencies.libimagrt]
path = "../libimagrt"
[dependencies.libimagutil]
path = "../libimagutil"