From f265f39e70cd34f86ab7b1755fc9bebf41164b4b Mon Sep 17 00:00:00 2001 From: Max Inden Date: Thu, 24 Aug 2023 18:10:34 +0200 Subject: [PATCH] fix(misc/server): add repository URL to Cargo.toml Pull-Request: #4390. --- misc/server/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/server/Cargo.toml b/misc/server/Cargo.toml index baf5fbab13c..2bf053d4332 100644 --- a/misc/server/Cargo.toml +++ b/misc/server/Cargo.toml @@ -3,6 +3,7 @@ name = "libp2p-server" version = "0.12.1" authors = ["Max Inden "] edition = "2021" +repository = "https://github.com/libp2p/rust-libp2p" rust-version = { workspace = true } description = "A rust-libp2p server binary." license = "MIT"