2017-08-13 21:48:17 +00:00
|
|
|
[package]
|
2017-08-27 09:54:21 +00:00
|
|
|
name = "libimagentryannotation"
|
2017-08-13 21:48:17 +00:00
|
|
|
version = "0.4.0"
|
|
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|
|
|
|
|
|
|
description = "Library for the imag core distribution"
|
|
|
|
|
|
|
|
keywords = ["imag", "PIM", "personal", "information", "management"]
|
2017-09-01 16:48:02 +00:00
|
|
|
readme = "../../../README.md"
|
2017-08-13 21:48:17 +00:00
|
|
|
license = "LGPL-2.1"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
lazy_static = "0.1.15"
|
|
|
|
toml = "^0.4"
|
2017-09-06 15:28:21 +00:00
|
|
|
toml-query = "^0.3.1"
|
2017-08-31 19:37:52 +00:00
|
|
|
error-chain = "0.10"
|
2017-08-13 21:48:17 +00:00
|
|
|
|
|
|
|
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
|
|
|
|
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
|
|
|
|
libimagnotes = { version = "0.4.0", path = "../../../lib/domain/libimagnotes" }
|
|
|
|
libimagentrylink = { version = "0.4.0", path = "../../../lib/entry/libimagentrylink" }
|