imag/lib/entry/libimagentrycategory/Cargo.toml

28 lines
747 B
TOML
Raw Normal View History

2017-05-21 12:38:20 +00:00
[package]
name = "libimagentrycategory"
version = "0.4.0"
2017-05-21 12:38:20 +00:00
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"
documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html"
repository = "https://github.com/matthiasbeyer/imag"
homepage = "http://imag-pim.org"
[dependencies]
2017-05-31 16:29:22 +00:00
log = "0.3"
2017-05-21 13:03:26 +00:00
toml = "0.4"
2017-07-09 19:51:26 +00:00
toml-query = "0.3"
2017-05-21 13:03:26 +00:00
is-match = "0.1"
2017-08-13 21:48:17 +00:00
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
2017-05-21 13:03:26 +00:00
[dev-dependencies]
env_logger = "0.4"