Add Wasm package (#814)

This commit is contained in:
Ross Savage
2025-03-31 18:18:53 +02:00
committed by GitHub
parent 63cd6ead36
commit e1fdbd19d2
36 changed files with 932 additions and 16 deletions

4
cli/Cargo.lock generated
View File

@@ -4167,7 +4167,7 @@ dependencies = [
[[package]]
name = "sdk-common"
version = "0.6.2"
source = "git+https://github.com/breez/breez-sdk?rev=cc331f34102abda3a39a51524307688a74458050#cc331f34102abda3a39a51524307688a74458050"
source = "git+https://github.com/breez/breez-sdk?rev=f3746d42f972208824a5a03075098d4dafc27215#f3746d42f972208824a5a03075098d4dafc27215"
dependencies = [
"aes",
"anyhow",
@@ -4212,7 +4212,7 @@ dependencies = [
[[package]]
name = "sdk-macros"
version = "0.6.2"
source = "git+https://github.com/breez/breez-sdk?rev=cc331f34102abda3a39a51524307688a74458050#cc331f34102abda3a39a51524307688a74458050"
source = "git+https://github.com/breez/breez-sdk?rev=f3746d42f972208824a5a03075098d4dafc27215#f3746d42f972208824a5a03075098d4dafc27215"
dependencies = [
"proc-macro2",
"quote",