mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-07 03:22:20 +00:00
f7183098ee
Update lighthouse to version `v1.0.2`. There are two major updates in this version: - Updates to the task executor to tokio 0.3 and all sub-dependencies relying on core execution, including libp2p - Update BLST
25 lines
591 B
TOML
25 lines
591 B
TOML
[package]
|
|
name = "boot_node"
|
|
version = "1.0.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_testnet_config = { path = "../common/eth2_testnet_config" }
|
|
eth2_ssz = "0.1.2"
|
|
slog = "2.5.2"
|
|
sloggers = "1.0.1"
|
|
tokio = "0.3.2"
|
|
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"
|
|
futures = "0.3.7"
|
|
hex = "0.4.2"
|