fabaccess-bffh/build.rs
2024-12-13 15:32:21 +01:00

5 lines
111 B
Rust

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