mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
5 lines
94 B
Rust
5 lines
94 B
Rust
fn main() {
|
|
profiles::apply_profile();
|
|
println!("cargo:rerun-if-changed=build.rs");
|
|
}
|