tauri/tooling/cli/build.rs
2022-12-07 16:30:35 -03:00

4 lines
63 B
Rust

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