This repository has been archived on 2025-08-14. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
subscribe-list/build.rs
2024-04-08 23:39:40 -07:00

3 lines
65 B
Rust

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