imag/libimagentrydatetime/Cargo.toml

29 lines
783 B
TOML
Raw Normal View History

2017-05-19 13:50:55 +00:00
[package]
name = "libimagentrydatetime"
version = "0.4.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"]
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-05-19 13:50:55 +00:00
[dependencies]
2017-07-15 18:14:18 +00:00
chrono = "0.4"
2017-07-09 19:53:13 +00:00
toml-query = "0.3"
2017-05-19 15:11:36 +00:00
lazy_static = "0.2"
toml = "0.4"
libimagerror = { version = "0.4.0", path = "../libimagerror" }
libimagstore = { version = "0.4.0", path = "../libimagstore" }
libimagutil = { version = "0.4.0", path = "../libimagutil" }
2017-05-19 15:11:36 +00:00
[dev-dependencies]
is-match = "0.1"