// Tiny entry point so `cargo run --bin uniffi-bindgen` works — the actual // logic lives in the uniffi crate, this just delegates to its CLI. fn main() { uniffi::uniffi_bindgen_main() }