liftinstall/src/frontend/rest/mod.rs
2019-06-23 21:55:16 +10:00

8 lines
138 B
Rust

//! frontend/rest/mod.rs
//!
//! Contains the main web server used within the application.
mod assets;
pub mod server;
pub mod services;