fwd/vendor/wasm-bindgen/build.rs
John Doty 9c435dc440 Vendor dependencies
Let's see how I like this workflow.
2022-12-19 08:38:22 -08:00

4 lines
138 B
Rust

// Empty `build.rs` so that `[package] links = ...` works in `Cargo.toml`.
fn main() {
println!("cargo:rerun-if-changed=build.rs");
}