lighthouse/beacon_chain/validator_induction/Cargo.toml
2018-10-20 03:11:45 +11:00

10 lines
223 B
TOML

[package]
name = "validator_induction"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
[dependencies]
bls = { path = "../utils/bls" }
hashing = { path = "../utils/hashing" }
types = { path = "../types" }