mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-12-22 11:43:49 +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();
|
|
}
|