bdk-ffi/build.rs
2021-10-12 10:27:33 -07:00

3 lines
77 B
Rust

fn main() {
uniffi_build::generate_scaffolding("src/bdk.udl").unwrap();
}