imag/libimagannotation/Cargo.toml

22 lines
730 B
TOML
Raw Normal View History

2016-10-13 12:53:57 +00:00
[package]
name = "libimagannotation"
version = "0.4.0"
2016-10-13 12:53:57 +00:00
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
2017-08-25 17:42:16 +00:00
description = "Library for the imag core distribution"
keywords = ["imag", "PIM", "personal", "information", "management"]
readme = "../README.md"
license = "LGPL-2.1"
2016-10-13 12:53:57 +00:00
[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
libimagstore = { version = "0.4.0", path = "../libimagstore" }
libimagnotes = { version = "0.4.0", path = "../libimagnotes" }
libimagerror = { version = "0.4.0", path = "../libimagerror" }
libimagentrylink = { version = "0.4.0", path = "../libimagentrylink" }
libimagutil = { version = "0.4.0", path = "../libimagutil" }