diff --git a/imag-link/Cargo.toml b/imag-link/Cargo.toml index 96615b6c..b4d87ae5 100644 --- a/imag-link/Cargo.toml +++ b/imag-link/Cargo.toml @@ -3,6 +3,16 @@ name = "imag-link" version = "0.2.0" authors = ["Matthias Beyer "] +description = "Part of the imag core distribution: imag-link command" + +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.1" clap = "2.*"