2017-06-11 09:24:48 +00:00
|
|
|
[package]
|
2017-08-27 12:56:37 +00:00
|
|
|
name = "libimagtimetrack"
|
2017-08-26 11:27:32 +00:00
|
|
|
version = "0.4.0"
|
2017-06-11 09:24:48 +00:00
|
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|
|
|
|
2017-06-09 13:49:21 +00:00
|
|
|
description = "Library for the imag core distribution"
|
|
|
|
|
|
|
|
keywords = ["imag", "PIM", "personal", "information", "management"]
|
2017-09-01 16:48:02 +00:00
|
|
|
readme = "../../../README.md"
|
2017-06-09 13:49:21 +00:00
|
|
|
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"
|
|
|
|
|
2017-06-11 09:24:48 +00:00
|
|
|
[dependencies]
|
2017-06-09 13:49:21 +00:00
|
|
|
filters = "0.1"
|
2017-07-15 18:14:33 +00:00
|
|
|
chrono = "0.4"
|
2017-06-09 13:49:21 +00:00
|
|
|
toml = "0.4"
|
2017-09-06 15:28:21 +00:00
|
|
|
toml-query = "^0.3.1"
|
2017-06-09 13:49:21 +00:00
|
|
|
lazy_static = "0.2"
|
2017-07-20 10:26:04 +00:00
|
|
|
is-match = "0.1"
|
2017-08-31 19:37:52 +00:00
|
|
|
error-chain = "0.10"
|
2017-06-09 13:49:21 +00:00
|
|
|
|
2017-08-13 21:48:17 +00:00
|
|
|
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
|
|
|
|
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
|
|
|
|
libimagentrydatetime = { version = "0.4.0", path = "../../../lib/entry/libimagentrydatetime" }
|
|
|
|
libimagentrytag = { version = "0.4.0", path = "../../../lib/entry/libimagentrytag" }
|