Make sure build is re-run if HELPER_DIR changes

This commit is contained in:
Brian Tarricone 2024-08-02 10:45:58 -07:00
parent ae2f100b38
commit d0df73a9c7

3
build.rs Normal file
View File

@ -0,0 +1,3 @@
fn main() {
println!("cargo::rerun-if-env-changed=HELPER_DIR");
}