diff --git a/imag-mail/Cargo.toml b/imag-mail/Cargo.toml index 42e928c2..8172ceec 100644 --- a/imag-mail/Cargo.toml +++ b/imag-mail/Cargo.toml @@ -3,6 +3,12 @@ name = "imag-mail" version = "0.3.0" authors = ["Matthias Beyer "] +description = "Part of the imag core distribution: imag-notes command" + +keywords = ["imag", "PIM", "personal", "information", "management"] +readme = "../README.md" +license = "LGPL-2.1" + [dependencies] semver = "0.5" clap = "2.*"