bffh/build.rs
2025-03-06 23:00:30 +01:00

5 lines
111 B
Rust

fn main() {
// Extract build-time information using the `shadow-rs` crate
shadow_rs::new().unwrap();
}