[snowpatch] [PATCH] Cargo.toml: add additional crate metadata
Andrew Donnellan
andrew.donnellan at au1.ibm.com
Mon Jul 18 14:20:25 AEST 2016
Add homepage, repository and documentation links, as well as a few relevant
keywords.
Signed-off-by: Andrew Donnellan <andrew.donnellan at au1.ibm.com>
---
Cargo.toml | 5 +++++
1 file changed, 5 insertions(+)
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 at russell.cc>",
"Andrew Donnellan <andrew.donnellan at 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"
--
Andrew Donnellan OzLabs, ADL Canberra
andrew.donnellan at au1.ibm.com IBM Australia Limited
More information about the snowpatch
mailing list