address style improvments

This commit is contained in:
Robert Perce 2025-11-28 17:05:06 -06:00
parent 6568f9fbc8
commit a45bf45015
5 changed files with 54 additions and 16 deletions

3
build.rs Normal file
View file

@ -0,0 +1,3 @@
fn main() {
println!("cargo:rerun-if-changed=migrations");
}