6 lines
70 B
Rust
6 lines
70 B
Rust
mod config;
|
|
mod router;
|
|
|
|
pub use config::Config;
|
|
pub use router::app;
|