Add meta information in Cargo.toml
This commit is contained in:
parent
bd24110d91
commit
af3f17ad5d
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
||||||
name = "imag"
|
name = "imag"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
repository = ""
|
||||||
|
license = "GPLv2"
|
||||||
|
readme = "README.md"
|
||||||
|
description = "CLI PIM suite with nice API, so you can use an MUA, Editor, etc. of your choice"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "0.3.2"
|
log = "0.3.2"
|
||||||
|
|
Loading…
Reference in a new issue