#[macro_use] extern crate rocket; #[macro_use] extern crate diesel_migrations; #[launch] fn rocket() -> _ { rocket::build() }