This commit is contained in:
2026-01-28 23:57:04 +08:00
parent 1bb2ca0f40
commit 8caed3c8b4
6 changed files with 416 additions and 27 deletions

View File

@@ -1,6 +1,7 @@
fn main() {
cxx_build::bridge("src/lib.rs")
cxx_build::bridges(["src/lib.rs", "src/config.rs"])
.std("c++20")
.compile("dnf_utils");
println!("cargo:rerun-if-changed=src/lib.rs");
println!("cargo:rerun-if-changed=src/config.rs");
}