14 lines
409 B
TOML
14 lines
409 B
TOML
[package]
|
|
name = "chain"
|
|
version = "0.1.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
|
|
[dependencies]
|
|
bls = { path = "../utils/bls" }
|
|
db = { path = "../../lighthouse/db" }
|
|
naive_fork_choice = { path = "../naive_fork_choice" }
|
|
ssz = { path = "../utils/ssz" }
|
|
types = { path = "../types" }
|
|
validator_induction = { path = "../validator_induction" }
|
|
validator_shuffling = { path = "../validator_shuffling" }
|