2017-09-01 18:41:09 +00:00
|
|
|
[package]
|
|
|
|
name = "libimaghabit"
|
2017-12-24 13:30:30 +00:00
|
|
|
version = "0.6.0"
|
2017-09-01 18:41:09 +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]
|
|
|
|
chrono = "0.4"
|
|
|
|
log = "0.3"
|
|
|
|
toml = "0.4"
|
2018-01-11 20:28:55 +00:00
|
|
|
toml-query = "0.6"
|
2017-09-01 18:41:09 +00:00
|
|
|
error-chain = "0.11"
|
2017-11-24 16:30:00 +00:00
|
|
|
kairos = "0.1.0-beta-2"
|
2017-09-01 18:41:09 +00:00
|
|
|
|
2017-12-24 13:30:30 +00:00
|
|
|
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
|
|
|
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
|
|
|
libimagentryedit = { version = "0.6.0", path = "../../../lib/entry/libimagentryedit" }
|
|
|
|
libimagentrylink = { version = "0.6.0", path = "../../../lib/entry/libimagentrylink" }
|
2018-01-03 16:21:58 +00:00
|
|
|
libimagentryutil = { version = "0.6.0", path = "../../../lib/entry/libimagentryutil" }
|