lighthouse/beacon_node/network/src/lib.rs

5 lines
140 B
Rust
Raw Normal View History

/// This crate provides the network server for Lighthouse.
mod network_configuration;
pub use network_configuration::NetworkConfiguration;