lighthouse/beacon_node/network/Cargo.toml

11 lines
276 B
TOML
Raw Normal View History

[package]
name = "network"
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" }
version = { path = "../version" }