8 lines
131 B
Rust
8 lines
131 B
Rust
|
extern crate spec;
|
||
|
extern crate types;
|
||
|
extern crate validator_induction;
|
||
|
extern crate validator_shuffling;
|
||
|
|
||
|
pub mod beacon_state;
|
||
|
|