2016-04-20 17:23:35 +00:00
|
|
|
[package]
|
2016-05-03 15:37:53 +00:00
|
|
|
name = "libimagtodo"
|
2016-08-07 14:29:30 +00:00
|
|
|
version = "0.2.0"
|
2016-04-20 17:23:35 +00:00
|
|
|
authors = ["mario <mario-krehl@gmx.de>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2016-05-04 13:00:48 +00:00
|
|
|
semver = "0.2"
|
2016-08-06 09:23:52 +00:00
|
|
|
task-hookrs = "0.2"
|
2016-05-08 08:59:21 +00:00
|
|
|
uuid = "0.2.0"
|
2016-08-06 15:28:58 +00:00
|
|
|
toml = "0.2.*"
|
2016-08-06 09:30:25 +00:00
|
|
|
log = "0.3.6"
|
2016-08-06 09:31:49 +00:00
|
|
|
serde_json = "0.7.3"
|
2016-05-04 12:37:25 +00:00
|
|
|
|
|
|
|
[dependencies.libimagstore]
|
|
|
|
path = "../libimagstore"
|
2016-07-10 14:24:15 +00:00
|
|
|
|
|
|
|
[dependencies.libimagerror]
|
|
|
|
path = "../libimagerror"
|
|
|
|
|