mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-03 09:47:38 +00:00
4555e33048
* remove remaining uses of serde_derive * fix lockfile --------- Co-authored-by: João Oliveira <hello@jxs.pt>
25 lines
706 B
TOML
25 lines
706 B
TOML
[package]
|
|
name = "environment"
|
|
version = "0.1.2"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = { workspace = true }
|
|
|
|
[dependencies]
|
|
tokio = { workspace = true }
|
|
slog = { workspace = true }
|
|
sloggers = { workspace = true }
|
|
types = { workspace = true }
|
|
eth2_config = { workspace = true }
|
|
task_executor = { workspace = true }
|
|
eth2_network_config = { workspace = true }
|
|
logging = { workspace = true }
|
|
slog-term = { workspace = true }
|
|
slog-async = { workspace = true }
|
|
futures = { workspace = true }
|
|
slog-json = "2.3.0"
|
|
exit-future = { workspace = true }
|
|
serde = { workspace = true }
|
|
|
|
[target.'cfg(not(target_family = "unix"))'.dependencies]
|
|
ctrlc = { version = "3.1.6", features = ["termination"] }
|