2016-07-27 17:24:21 +00:00
|
|
|
[package]
|
|
|
|
name = "imag-documentation"
|
|
|
|
version = "0.2.0"
|
|
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|
|
|
|
2016-10-18 08:56:12 +00:00
|
|
|
description = "Documentation crate of the imag distribution. Does not contain functionality"
|
|
|
|
|
|
|
|
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"
|
2016-10-20 12:14:18 +00:00
|
|
|
homepage = "http://imag-pim.org"
|
2016-10-18 08:56:12 +00:00
|
|
|
|
2016-07-27 17:24:21 +00:00
|
|
|
[dependencies]
|
|
|
|
|
|
|
|
[dependencies.libimagentryfilter]
|
|
|
|
path = "../libimagentryfilter"
|
|
|
|
|
|
|
|
[dependencies.libimagentrylink]
|
|
|
|
path = "../libimagentrylink"
|
|
|
|
|
|
|
|
[dependencies.libimagentrylist]
|
|
|
|
path = "../libimagentrylist"
|
|
|
|
|
|
|
|
[dependencies.libimagentrymarkdown]
|
|
|
|
path = "../libimagentrymarkdown"
|
|
|
|
|
|
|
|
[dependencies.libimagentrytag]
|
|
|
|
path = "../libimagentrytag"
|
|
|
|
|
|
|
|
[dependencies.libimagentryview]
|
|
|
|
path = "../libimagentryview"
|
|
|
|
|
|
|
|
[dependencies.libimagerror]
|
|
|
|
path = "../libimagerror"
|
|
|
|
|
|
|
|
[dependencies.libimaginteraction]
|
|
|
|
path = "../libimaginteraction"
|
|
|
|
|
|
|
|
[dependencies.libimagnotes]
|
|
|
|
path = "../libimagnotes"
|
|
|
|
|
|
|
|
[dependencies.libimagref]
|
|
|
|
path = "../libimagref"
|
|
|
|
|
|
|
|
[dependencies.libimagrt]
|
|
|
|
path = "../libimagrt"
|
|
|
|
|
|
|
|
[dependencies.libimagstore]
|
|
|
|
path = "../libimagstore"
|
|
|
|
|
|
|
|
[dependencies.libimagstorestdhook]
|
|
|
|
path = "../libimagstorestdhook"
|
|
|
|
|
|
|
|
[dependencies.libimagtimeui]
|
|
|
|
path = "../libimagtimeui"
|
|
|
|
|
|
|
|
[dependencies.libimagutil]
|
|
|
|
path = "../libimagutil"
|
|
|
|
|