bdk-ffi/build.rs
2021-10-12 18:22:02 -07:00

4 lines
78 B
Rust

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