fabaccess-bffh/build.rs

6 lines
153 B
Rust
Raw Permalink Normal View History

fn main() {
2022-05-18 17:01:03 +02:00
// Extract build-time information using the `shadow-rs` crate
shadow_rs::new();
2023-04-30 00:46:45 +02:00
println!("cargo:rerun-if-changed=migrations");
}