Get WASM example compiling via 'trunk serve'

This commit is contained in:
James Wilson
2025-12-16 18:28:16 +00:00
parent c1d30da488
commit 4819b00655
17 changed files with 33145 additions and 33772 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2024"
[dependencies]
hex = "0.4.3"
subxt = { path = "../../subxt" }
subxt-signer = { path = "../../signer" }
subxt-signer = { path = "../../signer", features = ["subxt"] }
tokio = { version = "1", features = ["full"] }
[lib]