2016-03-24 10:52:05 +00:00
|
|
|
[package]
|
|
|
|
name = "libimagstorestdhook"
|
2016-07-12 09:51:20 +00:00
|
|
|
version = "0.2.0"
|
2016-03-24 10:52:05 +00:00
|
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2016-03-24 10:52:43 +00:00
|
|
|
toml = "0.1.25"
|
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"
|
|
|
|
|
2016-05-16 16:59:02 +00:00
|
|
|
[dependencies.libimagerror]
|
|
|
|
path = "../libimagerror"
|
2016-04-18 14:53:45 +00:00
|
|
|
|