4 lines
63 B
Rust
Raw Normal View History

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