lighthouse/beacon_chain/naive_fork_choice/Cargo.toml
2018-10-30 15:49:32 +01:00

10 lines
219 B
TOML

[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" }