imag/libimagtimetrack/Cargo.toml
Matthias Beyer 5f909c01d9 Implement library
This is a combination of several refactorings and re-thinkings of the
whole library and I think there is not much value in providing the whole
history there.

So this is just a "dump code in" commit.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2017-06-26 17:32:41 +02:00

34 lines
812 B
TOML

[package]
name = "libimagentrytimetrack"
version = "0.3.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
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]
filters = "0.1"
chrono = "0.3"
toml = "0.4"
toml-query = "0.2"
lazy_static = "0.2"
[dependencies.libimagerror]
path = "../libimagerror"
[dependencies.libimagstore]
path = "../libimagstore"
[dependencies.libimagentrydatetime]
path = "../libimagentrydatetime"
[dependencies.libimagentrytag]
path = "../libimagentrytag"