fn main() {
// Extract build-time information using the `shadow-rs` crate
shadow_rs::new();
println!("cargo:rerun-if-changed=migrations");
}