build.rs 106 B

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