port basic config and data structures

This commit is contained in:
Tadeo hepperle
2024-01-25 15:49:20 +01:00
parent 0ea9c7ede6
commit 56d943aedc
38 changed files with 4330 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
futures = "0.3.28"
subxt = { path = "../../subxt", default-features = false, features = ["jsonrpsee", "web"], target_arch = "wasm32" }
subxt = { path = "../../subxt", default-features = false, features = ["jsonrpsee", "web", "unstable-light-client"], target_arch = "wasm32" }
yew = { version = "0.20.0", features = ["csr"] }
web-sys = "0.3.63"
hex = "0.4.3"