mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-04-20 11:16:26 +02:00
5 lines
102 B
Rust
5 lines
102 B
Rust
fn main() {
|
|
// Extract build-time information using the `shadow-rs` crate
|
|
shadow_rs::new();
|
|
}
|