Files
iot-cloud-api/build.rs
2023-09-16 20:06:29 +00:00

5 lines
167 B
Rust

// generated by `sqlx migrate build-script`
fn main() {
// trigger recompilation when a new migration is added
println!("cargo:rerun-if-changed=migrations");
}