Files
lighthouse/consensus/fork_choice/Cargo.toml
2025-03-13 12:51:19 +01:00

22 lines
631 B
TOML

[package]
name = "fork_choice"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ethereum_ssz = { workspace = true }
ethereum_ssz_derive = { workspace = true }
logging = { workspace = true }
metrics = { workspace = true }
proto_array = { workspace = true }
state_processing = { workspace = true }
tracing = { workspace = true }
types = { workspace = true }
[dev-dependencies]
beacon_chain = { workspace = true }
store = { workspace = true }
tokio = { workspace = true }