fabaccess-bffh/build.rs

5 lines
111 B
Rust
Raw Normal View History

fn main() {
2022-05-18 17:01:03 +02:00
// Extract build-time information using the `shadow-rs` crate
shadow_rs::new().unwrap();
}