From 6feb3ad30b45ef44fbfead187d63a15b3f2aa3ac Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 6 Jan 2016 20:24:26 +0100 Subject: [PATCH] Add more metadata for project --- Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 909bb093..bbf95c3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,10 +2,13 @@ name = "imag" version = "0.1.0" authors = ["Matthias Beyer "] -repository = "" -license = "GPLv2" +repository = "https://github.com/matthiasbeyer/imag" +homepage = "https://github.com/matthiasbeyer/imag" +license = "LGPLv2" +license-file = "LICENSE" readme = "README.md" description = "CLI PIM suite with nice API, so you can use an MUA, Editor, etc. of your choice" +keywords = ["PIM", "personal", "information", "management", "cli", "vcard", "ical", "wiki", "bookmark", "todo", "rss" ] [dependencies] log = "0.3.2"