imag/libimagstorestdhook/Cargo.toml

20 lines
339 B
TOML
Raw Normal View History

2016-03-24 10:52:05 +00:00
[package]
name = "libimagstorestdhook"
version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
2016-03-24 10:52:43 +00:00
toml = "0.1.25"
log = "0.3.5"
2016-04-14 16:22:44 +00:00
fs2 = "0.2.3"
2016-03-24 10:52:43 +00:00
[dependencies.libimagstore]
path = "../libimagstore"
2016-04-18 14:53:45 +00:00
[dependencies.libimagentrylink]
path = "../libimagentrylink"
[dependencies.libimagutil]
path = "../libimagutil"