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

@@ -0,0 +1,7 @@
[package]
name = "active-validators"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
[dependencies]
types = { path = "../../types" }