b6493d5e24
## Description This PR adds a single, trivial commit (f5d2b27d78349d5a675a2615eba42cc9ae708094) atop #2986 to resolve a tests compile error. The original author (@ethDreamer) is AFK so I'm getting this one merged ☺️ Please see #2986 for more information about the other, significant changes in this PR. Co-authored-by: Mark Mackey <mark@sigmaprime.io> Co-authored-by: ethDreamer <37123614+ethDreamer@users.noreply.github.com>
28 lines
700 B
TOML
28 lines
700 B
TOML
[package]
|
|
name = "boot_node"
|
|
version = "2.1.3"
|
|
authors = ["Sigma Prime <contact@sigmaprime.io>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
beacon_node = { path = "../beacon_node" }
|
|
clap = "2.33.3"
|
|
clap_utils = { path = "../common/clap_utils" }
|
|
lighthouse_network = { path = "../beacon_node/lighthouse_network" }
|
|
types = { path = "../consensus/types" }
|
|
eth2_ssz = "0.4.1"
|
|
slog = "2.5.2"
|
|
tokio = "1.14.0"
|
|
log = "0.4.11"
|
|
slog-term = "2.6.0"
|
|
logging = { path = "../common/logging" }
|
|
slog-async = "2.5.0"
|
|
slog-scope = "4.3.0"
|
|
slog-stdlog = "4.0.0"
|
|
hex = "0.4.2"
|
|
serde = "1.0.116"
|
|
serde_derive = "1.0.116"
|
|
serde_json = "1.0.66"
|
|
serde_yaml = "0.8.13"
|
|
eth2_network_config = { path = "../common/eth2_network_config" }
|