mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
25 lines
737 B
TOML
25 lines
737 B
TOML
[package]
|
|
name = "validator_services"
|
|
version = "0.1.0"
|
|
edition = { workspace = true }
|
|
authors = ["Sigma Prime <contact@sigmaprime.io>"]
|
|
|
|
[dependencies]
|
|
beacon_node_fallback = { workspace = true }
|
|
bls = { workspace = true }
|
|
doppelganger_service = { workspace = true }
|
|
either = { workspace = true }
|
|
environment = { workspace = true }
|
|
eth2 = { workspace = true }
|
|
futures = { workspace = true }
|
|
graffiti_file = { workspace = true }
|
|
parking_lot = { workspace = true }
|
|
safe_arith = { workspace = true }
|
|
slog = { workspace = true }
|
|
slot_clock = { workspace = true }
|
|
tokio = { workspace = true }
|
|
tree_hash = { workspace = true }
|
|
types = { workspace = true }
|
|
validator_metrics = { workspace = true }
|
|
validator_store = { workspace = true }
|