mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-03-11 15:41:43 +01:00
6 lines
153 B
Rust
6 lines
153 B
Rust
fn main() {
|
|
// Extract build-time information using the `shadow-rs` crate
|
|
shadow_rs::new();
|
|
println!("cargo:rerun-if-changed=migrations");
|
|
}
|