Move active_validators into own crate

This commit is contained in:
Paul Hauner
2018-10-23 23:42:01 +02:00
parent a34266de0a
commit da25a66196
6 changed files with 21 additions and 5 deletions

View File

@@ -4,6 +4,7 @@ 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" }