Move bdk-ffi source code in subdirectory

This commit is contained in:
thunderbiscuit
2022-11-10 13:27:00 -05:00
parent 662270364b
commit b06528d10c
19 changed files with 0 additions and 0 deletions

3
bdk-ffi/build.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
uniffi_build::generate_scaffolding("src/bdk.udl").unwrap();
}