main()1 fn main() { 2 println!("cargo:rerun-if-changed=build.rs"); 3 4 println!(concat!("cargo:VERSION=", env!("CARGO_PKG_VERSION"))); 5 } 6