denyhosts/clamav/libclamav_rust/.cargo/vendor/wasm-bindgen/build.rs

5 lines
138 B
Rust
Raw Normal View History

2023-01-14 18:28:39 +08:00
// Empty `build.rs` so that `[package] links = ...` works in `Cargo.toml`.
fn main() {
println!("cargo:rerun-if-changed=build.rs");
}