1 2 3 4
fn main() { // Tell cargo to rerun this build script if important files change println!("cargo:rerun-if-changed=src/"); }