Matthias Beyer
d9e4eaad3c
Because of the new error-chain version which kairos can depend on, for which kairos is not yet released.
35 lines
1.4 KiB
TOML
35 lines
1.4 KiB
TOML
[package]
|
|
name = "libimaghabit"
|
|
version = "0.9.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"
|
|
|
|
documentation = "https://imag-pim.org/doc/"
|
|
repository = "https://github.com/matthiasbeyer/imag"
|
|
homepage = "http://imag-pim.org"
|
|
|
|
[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]
|
|
chrono = "0.4"
|
|
log = "0.4"
|
|
toml = "0.4"
|
|
toml-query = "0.7"
|
|
error-chain = "0.12"
|
|
kairos = { git = "https://github.com/matthiasbeyer/kairos", branch = "master" }
|
|
|
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
|
libimagentryedit = { version = "0.9.0", path = "../../../lib/entry/libimagentryedit" }
|
|
libimagentrylink = { version = "0.9.0", path = "../../../lib/entry/libimagentrylink" }
|
|
libimagentryutil = { version = "0.9.0", path = "../../../lib/entry/libimagentryutil" }
|
|
libimagutil = { version = "0.9.0", path = "../../../lib/etc/libimagutil" }
|