solana/entry/src/lib.rs

6 lines
85 B
Rust
Raw Normal View History

#![allow(clippy::integer_arithmetic)]
pub mod entry;
pub mod poh;
extern crate log;