From 418c89fe3ee27afab9bbec439f5a4f61d2d2f53e Mon Sep 17 00:00:00 2001 From: Lachezar Lechev <8925621+elpiel@users.noreply.github.com> Date: Mon, 13 Jan 2020 12:12:36 +0200 Subject: [PATCH] Fix repository & homepage in Cargo.toml for crates.io --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 38962d6..04ce5e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "awesome-rust" version = "0.1.0" authors = [] +homepage = "https://github.com/rust-unofficial/awesome-rust" +repository = "https://github.com/rust-unofficial/awesome-rust" [dependencies] pulldown-cmark= "0.0.8"