lighthouse/beacon_chain/naive_fork_choice/Cargo.toml

11 lines
236 B
TOML
Raw Normal View History

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