imag/libimagstorestdhook/Cargo.toml

20 lines
336 B
TOML
Raw Normal View History

2016-03-24 10:52:05 +00:00
[package]
name = "libimagstorestdhook"
version = "0.2.0"
2016-03-24 10:52:05 +00:00
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
2016-08-06 15:19:14 +00:00
toml = "0.2.*"
2016-05-10 15:54:47 +00:00
log = "0.3"
2016-05-23 11:37:36 +00:00
fs2 = "0.2"
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.libimagerror]
path = "../libimagerror"
2016-04-18 14:53:45 +00:00