mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-10 17:43:23 +01:00
25df5bf5b2
Closes #58
5 lines
102 B
Rust
5 lines
102 B
Rust
fn main() {
|
|
// Extract build-time information using the `shadow-rs` crate
|
|
shadow_rs::new();
|
|
}
|