build.rs 110 B

123
  1. fn main() {
  2. uniffi::generate_scaffolding("./src/cashu_sdk.udl").expect("Building the UDL file failed");
  3. }