mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-01 00:41:20 +00:00
10 lines
193 B
TOML
10 lines
193 B
TOML
[package]
|
|
name = "sync"
|
|
version = "0.1.0"
|
|
authors = ["Age Manning <Age@AgeManning.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
types = { path = "../../eth2/types" }
|
|
libp2p = { git = "../libp2p/" }
|