Matthias Beyer
4e516ee19d
...for the next release, which will be imag 0.10.0! Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
39 lines
1.2 KiB
TOML
39 lines
1.2 KiB
TOML
[package]
|
|
authors = ["mario <mario-krehl@gmx.de>"]
|
|
name = "imag-todo"
|
|
version = "0.10.0"
|
|
|
|
description = "Part of the imag core distribution: imag-todo command"
|
|
|
|
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"
|
|
|
|
build = "../../../build.rs"
|
|
|
|
[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]
|
|
log = "0.4.0"
|
|
toml = "0.4"
|
|
toml-query = "0.8"
|
|
is-match = "0.1"
|
|
failure = "0.1"
|
|
|
|
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
|
|
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
|
libimagtodo = { version = "0.10.0", path = "../../../lib/domain/libimagtodo" }
|
|
|
|
[dependencies.clap]
|
|
version = "^2.29"
|
|
default-features = false
|
|
features = ["color", "suggestions", "wrap_help"]
|
|
|