imag/lib/entry/libimagentrydatetime/Cargo.toml

26 lines
744 B
TOML
Raw Normal View History

2017-05-19 13:50:55 +00:00
[package]
name = "libimagentrydatetime"
2017-09-23 20:26:52 +00:00
version = "0.5.0"
2017-05-19 13:50:55 +00:00
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
2017-05-19 15:11:36 +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-05-19 15:11:36 +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-05-19 13:50:55 +00:00
[dependencies]
2017-07-15 18:14:18 +00:00
chrono = "0.4"
toml-query = "^0.3.1"
2017-05-19 15:11:36 +00:00
lazy_static = "0.2"
toml = "0.4"
error-chain = "0.10"
2017-05-19 15:11:36 +00:00
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" }
2017-05-19 15:11:36 +00:00