summaryrefslogtreecommitdiffstats
path: root/vendor/wasm-bindgen/build.rs
blob: d4038035fb04b64ca0abe80d2f55c5fc0d4df868 (plain)
1
2
3
4
// Empty `build.rs` so that `[package] links = ...` works in `Cargo.toml`.
fn main() {
    println!("cargo:rerun-if-changed=build.rs");
}