bdk-ffi/build.rs
2022-02-08 22:15:10 +01:00

4 lines
78 B
Rust

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