lighthouse/eth2/validator_induction/Cargo.toml
2019-01-25 13:52:21 +11:00

11 lines
240 B
TOML

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