[package] name = "libimagentryannotation" version = "0.4.0" authors = ["Matthias Beyer "] description = "Library for the imag core distribution" keywords = ["imag", "PIM", "personal", "information", "management"] readme = "../README.md" license = "LGPL-2.1" [dependencies] lazy_static = "0.1.15" toml = "^0.4" toml-query = "0.3.0" 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" }