imag/bin/core/imag-diagnostics/Cargo.toml

32 lines
970 B
TOML
Raw Normal View History

2017-10-12 20:46:47 +00:00
[package]
name = "imag-diagnostics"
2018-04-18 13:26:51 +00:00
version = "0.8.0"
2017-10-12 20:46:47 +00:00
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Part of the imag core distribution: imag-gps command"
keywords = ["imag", "PIM", "personal", "information", "management"]
readme = "../../../README.md"
license = "LGPL-2.1"
2018-04-17 13:55:08 +00:00
documentation = "https://imag-pim.org/doc/"
2017-10-12 20:46:47 +00:00
repository = "https://github.com/matthiasbeyer/imag"
homepage = "http://imag-pim.org"
build = "../../../build.rs"
2017-10-12 20:46:47 +00:00
[dependencies]
2017-10-12 21:46:39 +00:00
toml = "0.4"
2018-01-11 20:28:55 +00:00
toml-query = "0.6"
2017-10-12 20:46:47 +00:00
2018-04-18 13:26:51 +00:00
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
libimagentrylink = { version = "0.8.0", path = "../../../lib/entry/libimagentrylink" }
2017-10-12 20:46:47 +00:00
[dependencies.clap]
2018-04-13 14:17:43 +00:00
version = "^2.29"
default-features = false
2018-04-13 14:19:10 +00:00
features = ["suggestions", "color", "wrap_help"]