1
0
Files
nir/build.rs
2024-04-23 12:08:37 +03:00

4 lines
65 B
Rust

fn main() {
println!("cargo:rerun-if-changed=migrations");
}