You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
raven/pubsub/rust/Cargo.toml

13 lines
263 B
TOML

[package]
name = "floodsub-example"
version = "0.0.1"
authors = ["Rust Libp2p <libp2p@libp2p.io>"]
edition = "2018"
[dependencies]
futures = "0.1"
libp2p = { git = "https://github.com/libp2p/rust-libp2p" }
names = "0.11"
tokio = "0.1"
tokio-stdin-stdout = "0.1"