mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-25 21:17:17 +00:00
db4d72c4f1
Found some deps you're possibly not using. Please shout if you think they are indeed still needed.
25 lines
830 B
TOML
25 lines
830 B
TOML
[package]
|
|
name = "environment"
|
|
version = "0.1.2"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.10.0", features = ["macros", "rt", "rt-multi-thread", "signal" ] }
|
|
slog = { version = "2.5.2", features = ["max_level_trace"] }
|
|
sloggers = "2.0.2"
|
|
types = { path = "../../consensus/types" }
|
|
eth2_config = { path = "../../common/eth2_config" }
|
|
task_executor = { path = "../../common/task_executor" }
|
|
eth2_network_config = { path = "../../common/eth2_network_config" }
|
|
logging = { path = "../../common/logging" }
|
|
slog-term = "2.6.0"
|
|
slog-async = "2.5.0"
|
|
futures = "0.3.7"
|
|
slog-json = "2.3.0"
|
|
exit-future = "0.2.0"
|
|
filesystem = {"path" = "../../common/filesystem"}
|
|
|
|
[target.'cfg(not(target_family = "unix"))'.dependencies]
|
|
ctrlc = { version = "3.1.6", features = ["termination"] }
|