mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 22:09:53 +00:00
5 lines
138 B
Rust
5 lines
138 B
Rust
// Empty `build.rs` so that `[package] links = ...` works in `Cargo.toml`.
|
|
fn main() {
|
|
println!("cargo:rerun-if-changed=build.rs");
|
|
}
|