Add missing Cargo.toml data
This commit is contained in:
parent
045b440601
commit
5c06055d9f
1 changed files with 6 additions and 0 deletions
|
@ -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.*"
|
||||
|
|
Loading…
Reference in a new issue