2016-10-13 12:53:57 +00:00
|
|
|
[package]
|
|
|
|
name = "libimagannotation"
|
2016-10-13 13:13:01 +00:00
|
|
|
version = "0.2.0"
|
2016-10-13 12:53:57 +00:00
|
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2016-10-13 13:13:01 +00:00
|
|
|
uuid = { version = "0.3.1", features = ["v4"] }
|
2016-10-13 14:24:57 +00:00
|
|
|
lazy_static = "0.1.15"
|
2017-02-23 12:21:53 +00:00
|
|
|
toml = "0.2.*"
|
2016-10-13 13:13:01 +00:00
|
|
|
|
|
|
|
[dependencies.libimagstore]
|
|
|
|
path = "../libimagstore"
|
|
|
|
|
2016-10-13 14:26:46 +00:00
|
|
|
[dependencies.libimagnotes]
|
|
|
|
path = "../libimagnotes"
|
|
|
|
|
2016-10-13 13:13:01 +00:00
|
|
|
[dependencies.libimagerror]
|
|
|
|
path = "../libimagerror"
|
|
|
|
|
|
|
|
[dependencies.libimagentrylink]
|
|
|
|
path = "../libimagentrylink"
|
|
|
|
|
|
|
|
[dependencies.libimagutil]
|
|
|
|
path = "../libimagutil"
|
|
|
|
|