2018-10-03 05:25:15 +00:00
|
|
|
[package]
|
2018-10-20 02:08:43 +00:00
|
|
|
name = "validator_shuffling"
|
2018-10-03 05:25:15 +00:00
|
|
|
version = "0.1.0"
|
2018-10-20 02:08:43 +00:00
|
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
2018-12-19 15:38:59 +00:00
|
|
|
edition = "2018"
|
2018-10-03 05:25:15 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2018-10-10 05:09:00 +00:00
|
|
|
honey-badger-split = { path = "../utils/honey-badger-split" }
|
2018-12-12 07:32:19 +00:00
|
|
|
spec = { path = "../spec" }
|
2018-10-03 05:25:15 +00:00
|
|
|
types = { path = "../types" }
|
2018-10-20 02:08:43 +00:00
|
|
|
vec_shuffle = { path = "../utils/vec_shuffle" }
|