mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-03 17:54:28 +00:00
90b3953dda
* Version downgrade * Start updating docs and version tags Co-authored-by: Age Manning <Age@AgeManning.com>
26 lines
707 B
TOML
26 lines
707 B
TOML
[package]
|
|
name = "environment"
|
|
version = "0.1.2"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
clap = "2.33.0"
|
|
tokio = "0.2.20"
|
|
slog = { version = "2.5.2", features = ["max_level_trace"] }
|
|
sloggers = "1.0.0"
|
|
types = { "path" = "../../eth2/types" }
|
|
eth2_config = { "path" = "../../eth2/utils/eth2_config" }
|
|
eth2_testnet_config = { path = "../../eth2/utils/eth2_testnet_config" }
|
|
env_logger = "0.7.1"
|
|
logging = { path = "../../eth2/utils/logging" }
|
|
slog-term = "2.5.0"
|
|
slog-async = "2.5.0"
|
|
ctrlc = { version = "3.1.4", features = ["termination"] }
|
|
futures = "0.3.5"
|
|
parking_lot = "0.10.2"
|
|
slog-json = "2.3.0"
|
|
|
|
[dev-dependencies]
|
|
beacon_node = { path = "../../beacon_node" }
|