imag/lib/entry/libimagentryannotation/Cargo.toml

21 lines
705 B
TOML
Raw Normal View History

2017-08-13 21:48:17 +00:00
[package]
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"]
readme = "../README.md"
license = "LGPL-2.1"
[dependencies]
lazy_static = "0.1.15"
toml = "^0.4"
2017-08-26 15:53:08 +00:00
toml-query = "0.3.0"
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" }