imag/libimagtodo/Cargo.toml

33 lines
729 B
TOML
Raw Normal View History

[package]
name = "libimagtodo"
version = "0.2.0"
authors = ["mario <mario-krehl@gmx.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]
2016-05-04 13:00:48 +00:00
semver = "0.2"
2016-08-06 09:23:52 +00:00
task-hookrs = "0.2"
2016-05-08 08:59:21 +00:00
uuid = "0.2.0"
2016-08-06 15:28:58 +00:00
toml = "0.2.*"
2016-08-06 09:30:25 +00:00
log = "0.3.6"
2016-08-06 09:31:49 +00:00
serde_json = "0.7.3"
2016-05-04 12:37:25 +00:00
[dependencies.libimagstore]
path = "../libimagstore"
2016-07-10 14:24:15 +00:00
[dependencies.libimagerror]
path = "../libimagerror"
[dependencies.libimagutil]
path = "../libimagutil"