Files
reminder-bot/build.rs

4 lines
65 B
Rust
Raw Normal View History

2023-05-07 21:08:59 +01:00
fn main() {
println!("cargo:rerun-if-changed=migrations");
}