Add meta-info in libimagtodo/Cargo.toml

This commit is contained in:
Matthias Beyer 2016-10-18 10:56:12 +02:00
parent 19ccddd5e7
commit 67dd706d79

View file

@ -3,6 +3,16 @@ 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"
website = "http://imag-pim.org"
[dependencies]
semver = "0.2"
task-hookrs = "0.2"