huellas/build.rs
Felipe Contreras Salinas 9d5680e133
chore: add git hooks (#35)
Reviewed-on: #35
Co-authored-by: Felipe Contreras Salinas <felipe@bstr.cl>
Co-committed-by: Felipe Contreras Salinas <felipe@bstr.cl>
2023-11-18 21:39:42 -03: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");
}