Skip to content

Commit

Permalink
Add metadata to gossipsub (#1409)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka authored Jan 24, 2020
1 parent f1f4095 commit 2ef7c40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions protocols/gossipsub/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[package]
name = "libp2p-gossipsub"
edition = "2018"
description = "Gossipsub protocol for libp2p"
version = "0.15.0"
authors = ["Age Manning <Age@AgeManning.com>"]
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" }
Expand Down

0 comments on commit 2ef7c40

Please sign in to comment.