mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-23 15:17:57 +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");
|
|
}
|