mirror of
https://github.com/monero-project/monero.git
synced 2025-08-21 18:18:13 -04:00
5 lines
No EOL
106 B
Rust
5 lines
No EOL
106 B
Rust
fn main() {
|
|
let _ = cxx_build::bridge("src/lib.rs");
|
|
|
|
println!("cargo:rerun-if-changed=src/lib.rs");
|
|
} |