lighthouse/beacon_chain/validator_shuffling/Cargo.toml
2018-10-23 23:43:35 +02:00

11 lines
321 B
TOML

[package]
name = "validator_shuffling"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
[dependencies]
active-validators = { path = "../utils/active-validators" }
honey-badger-split = { path = "../utils/honey-badger-split" }
types = { path = "../types" }
vec_shuffle = { path = "../utils/vec_shuffle" }