diff mbox

Cargo.toml: add additional crate metadata

Message ID 1468815625-28722-1-git-send-email-andrew.donnellan@au1.ibm.com
State Accepted
Headers show

Commit Message

Andrew Donnellan July 18, 2016, 4:20 a.m. UTC
Add homepage, repository and documentation links, as well as a few relevant
keywords.

Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
---
 Cargo.toml | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Russell Currey July 18, 2016, 4:26 a.m. UTC | #1
On Mon, 2016-07-18 at 14:20 +1000, Andrew Donnellan wrote:
> Add homepage, repository and documentation links, as well as a few relevant
> keywords.
> 
> Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
> ---

🍈

this is the rare "melon of merge"

this melon only appears once every three thousand years

the melon gazes deep inside your soul, and whispers

"merged to master as of 544d187"
diff mbox

Patch

diff --git a/Cargo.toml b/Cargo.toml
index 2cef64e..4fb0f17 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,9 +19,14 @@  name = "snowpatch"
 version = "0.1.0"
 authors = ["Russell Currey <ruscur@russell.cc>",
 	   "Andrew Donnellan <andrew.donnellan@au1.ibm.com>"]
+homepage = "https://github.com/ruscur/snowpatch"
+repository = "https://github.com/ruscur/snowpatch.git"
+documentation = "https://github.com/ruscur/snowpatch/tree/master/docs"
 description = "continuous integration for patch-based workflows"
 readme = "README.md"
 license = "GPL-2.0+"
+keywords = ["CI", "continuous integration", "patch", "patchwork", "jenkins",
+	    "git"]
 
 [[bin]]
 name = "snowpatch"