Add missing Cargo.toml data

This commit is contained in:
Matthias Beyer 2017-08-25 19:42:16 +02:00
parent 045b440601
commit 5c06055d9f

View file

@ -3,6 +3,12 @@ name = "imag-mail"
version = "0.3.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
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.*"