mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-01 00:41:20 +00:00
5a765396b7
* Adds peer ban timeout of 30 seconds * Remove delay queue from discovery
21 lines
556 B
TOML
21 lines
556 B
TOML
[package]
|
|
name = "environment"
|
|
version = "0.1.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
tokio = "0.1.22"
|
|
slog = { version = "^2.2.3" , features = ["max_level_trace"] }
|
|
sloggers = "0.3.4"
|
|
types = { "path" = "../../eth2/types" }
|
|
eth2_config = { "path" = "../../eth2/utils/eth2_config" }
|
|
env_logger = "0.6.1"
|
|
logging = { path = "../../eth2/utils/logging" }
|
|
slog-term = "^2.4.0"
|
|
slog-async = "^2.3.0"
|
|
ctrlc = { version = "3.1.1", features = ["termination"] }
|
|
futures = "0.1.25"
|
|
parking_lot = "0.7"
|
|
slog-json = "2.3.0"
|