Add core build script
This commit is contained in:
parent
9f03b9b34d
commit
de7ef423dd
1 changed files with 5 additions and 0 deletions
5
core/build.rs
Normal file
5
core/build.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
// 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
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue