11 lines
256 B
TOML
11 lines
256 B
TOML
[package]
|
|
name = "libp2p"
|
|
version = "0.1.0"
|
|
authors = ["Age Manning <Age@AgeManning.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
# SigP repository until PR is merged
|
|
libp2p = { git = "https://github.com/SigP/rust-libp2p", branch = "gossipsub" }
|
|
slog = "2.4.1"
|