1 2 3 4 5 6 7 8
use cargo_darwin::run; fn main() { env_logger::init(); if let Err(report) = run() { let _ = dbg!(report); } }