imag/libimagentrylist/Cargo.toml

14 lines
223 B
TOML
Raw Normal View History

2016-03-24 12:55:10 +00:00
[package]
name = "libimagentrylist"
version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
2016-03-26 15:10:14 +00:00
clap = "2.1.1"
2016-03-26 13:10:37 +00:00
log = "0.3.5"
toml = "0.1.25"
[dependencies.libimagstore]
path = "../libimagstore"