mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-28 14:57:17 +00:00
11 lines
229 B
TOML
11 lines
229 B
TOML
[package]
|
|
name = "network"
|
|
version = "0.1.0"
|
|
authors = ["Age Manning <Age@AgeManning.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
libp2p = { git = "../libp2p" }
|
|
version = { path = "../version" }
|
|
types = { path = "../../eth2/types" }
|