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