From a404f25eba9fb99231c3b0fe42d7c37e08a81cfb Mon Sep 17 00:00:00 2001 From: Mikkel Kjeldsen Date: Sun, 4 Mar 2018 20:14:32 +0100 Subject: [PATCH] Update manifest with various metadata --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e043d51..950563e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,12 @@ name = "commitmsgfmt" version = "0.1.0" authors = ["Mikkel Kjeldsen"] +description = "Formats commit messages better than fmt(1) and Vim" +publish = false +homepage = "https://gitlab.com/mkjeldsen/commitmsgfmt" +repository = "https://gitlab.com/mkjeldsen/commitmsgfmt" +readme = "README.md" +license = "Apache-2.0" [dependencies] regex = "0.2.6"