forked from gorb/backend
3 lines
65 B
Rust
3 lines
65 B
Rust
fn main() {
|
|
println!("cargo:rerun-if-changed=migrations");
|
|
}
|