1 2 3 4 5 6
mod boot; #[tokio::main] async fn main() -> std::process::ExitCode { jam_tooling::run_main(boot::boot_main()).await }