Skip to content

Commit 54da150

Browse files
authored
Merge branch 'master' into dm-fix-broken-links
2 parents 256a656 + 2ef7c40 commit 54da150

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

protocols/gossipsub/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
[package]
22
name = "libp2p-gossipsub"
33
edition = "2018"
4+
description = "Gossipsub protocol for libp2p"
45
version = "0.15.0"
56
authors = ["Age Manning <[email protected]>"]
67
license = "MIT"
8+
repository = "https://github.com/libp2p/rust-libp2p"
9+
keywords = ["peer-to-peer", "libp2p", "networking"]
10+
categories = ["network-programming", "asynchronous"]
711

812
[dependencies]
913
libp2p-swarm = { version = "0.5.0", path = "../../swarm" }

0 commit comments

Comments
 (0)