#[macro_use] extern crate rocket; extern crate mozaic4_backend; #[launch] fn launch() -> rocket::Rocket { mozaic4_backend::rocket() }