use zero4rs::server::Application; #[rustfmt::skip] #[actix_web::main] async fn main() { Application::run("zero4rs", |_cfg, _context| { }) .await }