lighthouse/beacon_chain/naive_fork_choice/Cargo.toml

10 lines
219 B
TOML
Raw Normal View History

[package]
name = "naive_fork_choice"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
[dependencies]
db = { path = "../../lighthouse/db" }
ssz = { path = "../utils/ssz" }
types = { path = "../types" }