From 2ef7c40cdad5868ef2f0414f505a51bafea4c85f Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Fri, 24 Jan 2020 17:57:54 +0100 Subject: [PATCH] Add metadata to gossipsub (#1409) --- protocols/gossipsub/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/protocols/gossipsub/Cargo.toml b/protocols/gossipsub/Cargo.toml index bcadae24085..11f204e15f7 100644 --- a/protocols/gossipsub/Cargo.toml +++ b/protocols/gossipsub/Cargo.toml @@ -1,9 +1,13 @@ [package] name = "libp2p-gossipsub" edition = "2018" +description = "Gossipsub protocol for libp2p" version = "0.15.0" authors = ["Age Manning "] license = "MIT" +repository = "https://github.com/libp2p/rust-libp2p" +keywords = ["peer-to-peer", "libp2p", "networking"] +categories = ["network-programming", "asynchronous"] [dependencies] libp2p-swarm = { version = "0.5.0", path = "../../swarm" }