servicepoint/crates/servicepoint_binding_uniffi/src/bin/uniffi-bindgen-cs.rs

4 lines
54 B
Rust
Raw Normal View History

2024-11-02 23:15:54 +01:00
fn main() {
uniffi_bindgen_cs::main().unwrap();
}