imag/lib/domain/libimagtimetrack/Cargo.toml

29 lines
973 B
TOML
Raw Normal View History

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