crunch/crates/crunch-postgres/build.rs
kjuulh e774529b04
feat: add outbox
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-10-03 20:59:29 +02: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");
}