mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 05:48:31 +00:00
6 lines
86 B
Rust
6 lines
86 B
Rust
#![feature(test)]
|
|
extern crate lighthouse;
|
|
extern crate tests;
|
|
|
|
mod block_validation;
|