mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-09 04:21:22 +00:00
6 lines
86 B
Rust
6 lines
86 B
Rust
|
#![feature(test)]
|
||
|
extern crate lighthouse;
|
||
|
extern crate tests;
|
||
|
|
||
|
mod block_validation;
|