CrypteCipher/core/build.rs
2026-05-12 11:06:52 +02:00

5 lines
219 B
Rust

// build.rs for UniFFI codegen (optional, no-op if uniffi-bindgen not present)
fn main() {
println!("cargo:rerun-if-changed=uniffi/cryptec.udl");
// Optionally, invoke uniffi-bindgen here for local dev builds
}