mod jobs; fn main() { println!("{}_{} starting up", env!("CARGO_PKG_NAME"), env!("CARGO_PKG_VERSION")); jobs::startup::migrate_db(); }