lighthouse/beacon_chain/validator_change/Cargo.toml
2018-12-19 16:38:59 +01:00

11 lines
222 B
TOML

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