atuin/atuin-server-postgres/build.rs

5 lines
167 B
Rust
Raw Normal View History

2023-06-23 09:22:29 +02:00
// generated by `sqlx migrate build-script`
fn main() {
// trigger recompilation when a new migration is added
println!("cargo:rerun-if-changed=migrations");
}