lighthouse/eth2/genesis/Cargo.toml

14 lines
369 B
TOML
Raw Normal View History

2018-12-13 01:27:45 +00:00
[package]
name = "genesis"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
2018-12-25 08:25:48 +00:00
edition = "2018"
2018-12-13 01:27:45 +00:00
[dependencies]
bls = { path = "../utils/bls" }
spec = { path = "../spec" }
2018-12-26 00:15:51 +00:00
ssz = { path = "../utils/ssz" }
2018-12-13 01:27:45 +00:00
types = { path = "../types" }
validator_induction = { path = "../validator_induction" }
validator_shuffling = { path = "../validator_shuffling" }