lighthouse/beacon_chain/validator_shuffling/Cargo.toml

12 lines
349 B
TOML
Raw Normal View History

2018-10-03 05:25:15 +00:00
[package]
name = "validator_shuffling"
2018-10-03 05:25:15 +00:00
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
2018-10-03 05:25:15 +00:00
[dependencies]
2018-10-23 21:42:01 +00:00
active-validators = { path = "../utils/active-validators" }
honey-badger-split = { path = "../utils/honey-badger-split" }
spec = { path = "../spec" }
2018-10-03 05:25:15 +00:00
types = { path = "../types" }
vec_shuffle = { path = "../utils/vec_shuffle" }