From 310d6a0d8c23aa6fc51b111e06f594b0fe956fff Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 30 Nov 2020 14:53:58 +0100 Subject: [PATCH 1/2] Add the repository in the Web cargo.toml def --- rust-code-analysis-web/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rust-code-analysis-web/Cargo.toml b/rust-code-analysis-web/Cargo.toml index 1f13253f0..dab9cd272 100644 --- a/rust-code-analysis-web/Cargo.toml +++ b/rust-code-analysis-web/Cargo.toml @@ -3,6 +3,8 @@ name = "rust-code-analysis-web" version = "0.0.18" authors = ["Calixte Denizet "] edition = "2018" +documentation = "https://docs.rs/rust-code-analysis/" +repository = "https://github.com/mozilla/rust-code-analysis" keywords = ["metrics"] description = "Run a web service to compute and export code metrics" license = "MPL-2.0" From ce87d57560bf2dcb15f097d1af37de0960466121 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 30 Nov 2020 15:30:33 +0100 Subject: [PATCH 2/2] Remove doc & update url --- rust-code-analysis-web/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rust-code-analysis-web/Cargo.toml b/rust-code-analysis-web/Cargo.toml index dab9cd272..a4b904b33 100644 --- a/rust-code-analysis-web/Cargo.toml +++ b/rust-code-analysis-web/Cargo.toml @@ -3,8 +3,7 @@ name = "rust-code-analysis-web" version = "0.0.18" authors = ["Calixte Denizet "] edition = "2018" -documentation = "https://docs.rs/rust-code-analysis/" -repository = "https://github.com/mozilla/rust-code-analysis" +repository = "https://github.com/mozilla/rust-code-analysis/tree/master/rust-code-analysis-web" keywords = ["metrics"] description = "Run a web service to compute and export code metrics" license = "MPL-2.0"