26 lines
451 B
TOML
26 lines
451 B
TOML
[package]
|
|
name = "imag-store"
|
|
version = "0.2.0"
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|
|
|
[dependencies]
|
|
clap = "2.1.1"
|
|
log = "0.3"
|
|
version = "2.0.1"
|
|
semver = "0.2.1"
|
|
toml = "0.1.25"
|
|
|
|
[dependencies.libimagstore]
|
|
path = "../libimagstore"
|
|
default-features = false
|
|
features = ["verify"]
|
|
|
|
[dependencies.libimagrt]
|
|
path = "../libimagrt"
|
|
|
|
[dependencies.libimagutil]
|
|
path = "../libimagutil"
|
|
|
|
[dependencies.libimagerror]
|
|
path = "../libimagerror"
|
|
|