pixel/host/src/main.rs

8 lines
100 B
Rust

use rocket::launch;
use rocket::Rocket;
#[launch]
fn rocket() -> _ {
server::launch_server()
}