imag/libimagannotation/Cargo.toml

26 lines
486 B
TOML
Raw Normal View History

2016-10-13 12:53:57 +00:00
[package]
name = "libimagannotation"
2017-05-30 19:23:33 +00:00
version = "0.3.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-05-03 15:39:50 +00:00
toml = "^0.4"
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"