pub mod migrator; #[rocket::main] async fn main() -> Result<(), Box> { crate::migrator::migrate().await }