fabaccess-bffh/build.rs
Nadja Reitzenstein 187a9f6781 It do be compiling
2023-04-30 00:46:45 +02:00

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");
}