lighthouse/beacon_chain/chain/Cargo.toml
2018-10-23 14:51:32 +02:00

14 lines
411 B
TOML

[package]
name = "chain"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
[dependencies]
bls = { path = "../utils/bls" }
db = { path = "../../lighthouse/db" }
ssz_helpers = { path = "../utils/ssz_helpers" }
types = { path = "../types" }
validation = { path = "../validation" }
validator_induction = { path = "../validator_induction" }
validator_shuffling = { path = "../validator_shuffling" }