27 lines
1 KiB
TOML
27 lines
1 KiB
TOML
[package]
|
|
name = "libimagentryannotation"
|
|
version = "0.6.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"
|
|
|
|
[badges]
|
|
travis-ci = { repository = "matthiasbeyer/imag" }
|
|
is-it-maintained-issue-resolution = { repository = "matthiasbeyer/imag" }
|
|
is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|
maintenance = { status = "actively-developed" }
|
|
|
|
[dependencies]
|
|
lazy_static = "0.2"
|
|
toml = "0.4"
|
|
toml-query = "0.6"
|
|
error-chain = "0.11"
|
|
|
|
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
|
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
|
libimagentrylink = { version = "0.6.0", path = "../../../lib/entry/libimagentrylink" }
|
|
libimagentryutil = { version = "0.6.0", path = "../../../lib/entry/libimagentryutil" }
|