lighthouse/validator_client/block_proposer/Cargo.toml

11 lines
261 B
TOML
Raw Normal View History

[package]
name = "block_proposer"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
slot_clock = { path = "../../eth2/utils/slot_clock" }
spec = { path = "../../eth2/spec" }
types = { path = "../../eth2/types" }