imag/libimagentrytimetrack/Cargo.toml

36 lines
829 B
TOML
Raw Normal View History

2017-06-11 09:24:48 +00:00
[package]
name = "libimagentrytimetrack"
version = "0.3.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"]
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]
filters = "0.1"
2017-07-15 18:14:33 +00:00
chrono = "0.4"
toml = "0.4"
2017-07-09 19:54:56 +00:00
toml-query = "0.3"
lazy_static = "0.2"
2017-07-20 10:26:04 +00:00
is-match = "0.1"
[dependencies.libimagerror]
path = "../libimagerror"
[dependencies.libimagstore]
path = "../libimagstore"
[dependencies.libimagentrydatetime]
path = "../libimagentrydatetime"
[dependencies.libimagentrytag]
path = "../libimagentrytag"