From 63a4bb868e75f4bef201620a374851908f1fd6ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Glotfelty=20=F0=9F=9A=80?= Date: Mon, 27 Jul 2020 16:38:33 +0000 Subject: [PATCH] add repository link --- strum_macros/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/strum_macros/Cargo.toml b/strum_macros/Cargo.toml index 3e88195..a1805d9 100644 --- a/strum_macros/Cargo.toml +++ b/strum_macros/Cargo.toml @@ -10,6 +10,7 @@ categories = ["development-tools::procedural-macro-helpers", "parsing"] documentation = "https://docs.rs/strum" homepage = "https://github.com/Peternator7/strum" +repository = "https://github.com/Peternator7/strum" readme = "../README.md" [lib]