lighthouse/beacon_chain/genesis/src/lib.rs

8 lines
131 B
Rust
Raw Normal View History

2018-12-13 01:27:45 +00:00
extern crate spec;
extern crate types;
extern crate validator_induction;
extern crate validator_shuffling;
pub mod beacon_state;