aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.rs
blob: 38de66ce997478e63f140a38d8b3dfabe7bc8f76 (plain) (blame)
1
2
3
4
5
fn main() {
    // This build script does nothing for now.
    // You can add custom build logic here if needed.
    println!("cargo:rerun-if-changed=build.rs");
}