2017-10-12 20:46:47 +00:00
|
|
|
[package]
|
|
|
|
name = "imag-diagnostics"
|
|
|
|
version = "0.5.0"
|
|
|
|
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"
|
|
|
|
|
|
|
|
documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html"
|
|
|
|
repository = "https://github.com/matthiasbeyer/imag"
|
|
|
|
homepage = "http://imag-pim.org"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
clap = ">=2.17"
|
|
|
|
version = "2.0.1"
|
2017-10-12 21:46:39 +00:00
|
|
|
toml = "0.4"
|
|
|
|
toml-query = "0.4"
|
2017-10-12 20:46:47 +00:00
|
|
|
|
|
|
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
|
|
|
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
|
|
|
|
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
2017-10-13 14:42:37 +00:00
|
|
|
libimagentrylink = { version = "0.5.0", path = "../../../lib/entry/libimagentrylink" }
|
2017-10-12 20:46:47 +00:00
|
|
|
|