20 lines
643 B
TOML
20 lines
643 B
TOML
[package]
|
|
name = "libimagentryannotation"
|
|
version = "0.5.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.2"
|
|
toml = "0.4"
|
|
toml-query = "^0.4"
|
|
error-chain = "0.11"
|
|
|
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
|
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
|
libimagentrylink = { version = "0.5.0", path = "../../../lib/entry/libimagentrylink" }
|