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