fix(misc/server): add repository URL to Cargo.toml

Pull-Request: #4390.
This commit is contained in:
Max Inden 2023-08-24 18:10:34 +02:00 committed by GitHub
parent e8759c85c2
commit f265f39e70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ name = "libp2p-server"
version = "0.12.1"
authors = ["Max Inden <mail@max-inden.de>"]
edition = "2021"
repository = "https://github.com/libp2p/rust-libp2p"
rust-version = { workspace = true }
description = "A rust-libp2p server binary."
license = "MIT"