1 2 3 4 5
#![windows_subsystem = "windows"] fn main() -> anyhow::Result<()> { cargo_run_copy::run(false) }