From f97fd48f7f0b48fe3d58aff324ed819989742b1f Mon Sep 17 00:00:00 2001 From: Daithi O Crualaoich Date: Sat, 27 Aug 2016 14:21:29 +0100 Subject: [PATCH] Add properties to Cargo.toml for RustDoc and Crates.io. (#28) --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 92ba7a9..064854f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,5 +3,7 @@ name = "golden_retriever" version = "0.0.1" authors = ["Pascal Hartig ", "Daithi O Crualaoich "] license = "MIT OR Apache-2.0" +repository = "https://github.com/woofwoofinc/golden_retriever" +readme = "README.md" [dependencies]