Files
cipher/rotom_database/build.rs
2026-01-29 19:03:33 +00:00

4 lines
65 B
Rust

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