Files
realm-chat/auth/build.rs
2024-07-25 20:50:20 -04:00

6 lines
168 B
Rust

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