fn main() { let name = env!("CARGO_PKG_NAME"); println!("{} build.rs started...", name); println!("{} build.rs finished...", name); }