caretta-sync/lazy-supplements/src/config/mod.rs

6 lines
79 B
Rust
Raw Normal View History

2025-05-24 06:11:00 +09:00
mod node;
mod server;
pub use node::NodeConfig;
pub use server::ServerConfig;