mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2025-11-05 02:35:03 +00:00
8 lines
138 B
Rust
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;
|