900ffac5e0
Using `$ cargo fmt` in the root. Closes #68.
8 lines
140 B
Rust
8 lines
140 B
Rust
extern crate bls;
|
|
extern crate hashing;
|
|
extern crate types;
|
|
|
|
mod inductor;
|
|
|
|
pub use inductor::{ValidatorInductionError, ValidatorInductor};
|