lighthouse/beacon_chain/validator_change/Cargo.toml
2018-10-23 23:45:54 +02:00

11 lines
265 B
TOML

[package]
name = "validator_change"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
[dependencies]
active-validators = { path = "../utils/active-validators" }
bytes = "0.4.10"
hashing = { path = "../utils/hashing" }
types = { path = "../types" }