5 lines
64 B
Rust
Raw Normal View History

2025-02-26 13:26:35 +01:00
2025-02-25 10:52:04 +01:00
fn main() {
println!("cargo:rerun-if-changed=build.rs");
}