1 2 3 4 5
fn main() { if let Err(e) = built::write_built_file() { eprintln!("cargo:warning=Failed to generate build info: {e}"); } }