7 lines
274 B
Rust
7 lines
274 B
Rust
fn main() {
|
|
// Calling `build_info_build::build_script` collects all data and makes it available to `build_info::build_info!`
|
|
// and `build_info::format!` in the main program.
|
|
build_info_build::build_script();
|
|
println!("cargo:rerun-if-changed=templates");
|
|
}
|