imag/libimagdiary/Cargo.toml

43 lines
925 B
TOML
Raw Normal View History

2016-03-26 17:25:17 +00:00
[package]
name = "libimagdiary"
version = "0.2.0"
2016-03-26 17:25:17 +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"
2016-03-26 17:25:17 +00:00
[dependencies]
2016-03-31 12:52:19 +00:00
chrono = "0.2"
2016-03-26 17:25:17 +00:00
log = "0.3.5"
semver = "0.2"
2016-08-06 15:13:31 +00:00
toml = "0.2.*"
2016-03-31 12:52:19 +00:00
regex = "0.1"
lazy_static = "0.2"
itertools = "0.4"
2016-03-26 17:25:17 +00:00
[dependencies.libimagstore]
path = "../libimagstore"
2016-03-31 12:52:19 +00:00
[dependencies.libimagerror]
path = "../libimagerror"
[dependencies.libimagutil]
path = "../libimagutil"
2016-03-26 17:25:17 +00:00
[dependencies.libimagrt]
path = "../libimagrt"
[dependencies.libimagentryedit]
path = "../libimagentryedit"
2016-09-21 14:49:12 +00:00
[dependencies.libimagentryview]
path = "../libimagentryview"