From 11574864f7feeecb2549eb23078482ab7803a0b1 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 12 Jul 2024 05:07:10 +0200 Subject: [PATCH] Specify `repository` in Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 079d6056..5a36c0af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" authors = [ "Stefano Pigozzi " ] +repository = "https://github.com/RYGhub/royalnet" rust-version = "1.71.0" readme = "README.md"