From 75f3118cc9139b35aff603ca5430d72c36c6f69c Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Tue, 10 Apr 2018 15:50:43 +0100 Subject: [PATCH] link cargo to its CONTRIBUTING.md --- highfive/configs/cargo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/highfive/configs/cargo.json b/highfive/configs/cargo.json index 3027e18f..fee06a6d 100644 --- a/highfive/configs/cargo.json +++ b/highfive/configs/cargo.json @@ -4,5 +4,6 @@ }, "dirs": { "doc": ["doc"] - } + }, + "contributing": "https://github.com/rust-lang/cargo/blob/master/CONTRIBUTING.md" }