panorama/crates/panorama-core/build.rs
2024-06-17 15:08:03 -04:00

3 lines
63 B
Rust

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