cistine's picture
Upload 490 files
b98ffbb verified
raw
history blame contribute delete
No virus
110 Bytes
fn main() {
let _ = cxx_build::bridge("src/lib.rs");
println!("cargo:rerun-if-changed=src/lib.rs");
}