mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
Co-Authored-By: hopinheimer <knmanas6@gmail.com> Co-Authored-By: hopinheimer <48147533+hopinheimer@users.noreply.github.com> Co-Authored-By: Eitan Seri-Levi <eserilev@ucsc.edu> Co-Authored-By: Michael Sproul <michael@sigmaprime.io> Co-Authored-By: Michael Sproul <michaelsproul@users.noreply.github.com>
29 lines
740 B
TOML
29 lines
740 B
TOML
[package]
|
|
name = "beacon_node_fallback"
|
|
version = "0.1.0"
|
|
edition = { workspace = true }
|
|
authors = ["Sigma Prime <contact@sigmaprime.io>"]
|
|
|
|
[lib]
|
|
name = "beacon_node_fallback"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
bls = { workspace = true }
|
|
clap = { workspace = true }
|
|
eth2 = { workspace = true, features = ["events"] }
|
|
futures = { workspace = true }
|
|
itertools = { workspace = true }
|
|
sensitive_url = { workspace = true }
|
|
serde = { workspace = true }
|
|
slot_clock = { workspace = true }
|
|
strum = { workspace = true }
|
|
task_executor = { workspace = true }
|
|
tokio = { workspace = true }
|
|
tracing = { workspace = true }
|
|
types = { workspace = true }
|
|
validator_metrics = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
validator_test_rig = { workspace = true }
|