imag/lib/domain/libimagdiary/Cargo.toml

28 lines
986 B
TOML
Raw Normal View History

[package]
name = "libimagdiary"
version = "0.4.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
keywords = ["imag", "PIM", "personal", "information", "management"]
2017-09-01 16:48:02 +00:00
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-07-15 18:17:50 +00:00
chrono = "0.4"
log = "0.3"
toml = "0.4.*"
2017-07-09 19:43:58 +00:00
toml-query = "0.3.*"
itertools = "0.5"
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" }
libimagrt = { version = "0.4.0", path = "../../../lib/core/libimagrt" }
libimagentryedit = { version = "0.4.0", path = "../../../lib/entry/libimagentryedit" }
libimagentryview = { version = "0.4.0", path = "../../../lib/entry/libimagentryview" }