lighthouse/beacon_chain/validator_shuffling/Cargo.toml

12 lines
306 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>"]
edition = "2018"
2018-10-03 05:25:15 +00:00
[dependencies]
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" }