patagia-control/controller/build.rs
Daniel Lundin 9b7e1fb226
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
feat: Add user resource w/database as storage
2025-01-14 14:24:35 +01:00

5 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");
}