mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-01-30 13:55:10 +01:00
5 lines
111 B
Rust
5 lines
111 B
Rust
fn main() {
|
|
// Extract build-time information using the `shadow-rs` crate
|
|
shadow_rs::new().unwrap();
|
|
}
|