db4d72c4f1
Found some deps you're possibly not using. Please shout if you think they are indeed still needed.
22 lines
487 B
TOML
22 lines
487 B
TOML
[package]
|
|
name = "boot_node"
|
|
version = "1.5.2"
|
|
authors = ["Sigma Prime <contact@sigmaprime.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
beacon_node = { path = "../beacon_node" }
|
|
clap = "2.33.3"
|
|
eth2_libp2p = { path = "../beacon_node/eth2_libp2p" }
|
|
types = { path = "../consensus/types" }
|
|
eth2_ssz = "0.4.0"
|
|
slog = "2.5.2"
|
|
tokio = "1.10.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"
|