10 lines
219 B
TOML
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" }
|