Add meta information in Cargo.toml

This commit is contained in:
Matthias Beyer 2015-10-30 23:52:55 +01:00
parent bd24110d91
commit af3f17ad5d

View file

@ -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"