1 2 3 4 5
//! Build script. /// Re-runs compilation is the lua script changes. fn main() { println!("cargo::rerun-if-changed=src/functions.lua"); }