mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-02-23 16:22:52 +01: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();
|
|
}
|