From af3f17ad5de3f872011f6398578fa896fda7d0fb Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 30 Oct 2015 23:52:55 +0100 Subject: [PATCH] Add meta information in Cargo.toml --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 3a6d3185..16d1c784 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,10 @@ name = "imag" version = "0.1.0" authors = ["Matthias Beyer "] +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] log = "0.3.2"