gauntlet/rust/server/build.rs
2023-11-11 23:45:28 +01:00

3 lines
72 B
Rust

fn main() {
println!("cargo:rerun-if-changed=src/db_migrations");
}