Skip to content

Commit f265f39

Browse files
authored
fix(misc/server): add repository URL to Cargo.toml
Pull-Request: #4390.
1 parent e8759c8 commit f265f39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

misc/server/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "libp2p-server"
33
version = "0.12.1"
44
authors = ["Max Inden <[email protected]>"]
55
edition = "2021"
6+
repository = "https://github.com/libp2p/rust-libp2p"
67
rust-version = { workspace = true }
78
description = "A rust-libp2p server binary."
89
license = "MIT"

0 commit comments

Comments
 (0)