fabaccess-bffh/build.rs

5 lines
102 B
Rust

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