fabaccess-bffh/build.rs
Nadja Reitzenstein 25df5bf5b2 Switch to shadow-rs
Closes #58
2022-05-18 17:01:24 +02:00

5 lines
102 B
Rust

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