kanidm/server/core/build.rs
2024-02-27 09:25:02 +00:00

5 lines
94 B
Rust

fn main() {
profiles::apply_profile();
println!("cargo:rerun-if-changed=build.rs");
}