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