20 lines
335 B
TOML
20 lines
335 B
TOML
[package]
|
|
name = "imag-store"
|
|
version = "0.1.0"
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|
|
|
[dependencies]
|
|
clap = "1.5.5"
|
|
log = "0.3.5"
|
|
version = "1.1.0"
|
|
toml = "0.1.25"
|
|
|
|
[dependencies.libimagstore]
|
|
path = "../libimagstore"
|
|
|
|
[dependencies.libimagrt]
|
|
path = "../libimagrt"
|
|
|
|
[dependencies.libimagutil]
|
|
path = "../libimagutil"
|
|
|