subxt: Expose light client under experimental feature-flag

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2023-05-18 20:05:42 +03:00
parent e9a6491243
commit 2efdef1995
3 changed files with 27 additions and 0 deletions
+5
View File
@@ -73,6 +73,11 @@ wabt = "0.10.0"
wasm-bindgen-test = "0.3.24"
which = "4.4.0"
# Light client support:
smoldot-light = { git = "https://github.com/smol-dot/smoldot.git", default-features = false }
tokio-stream = "0.1.14"
futures-util = "0.3.28"
# Substrate crates:
sp-core = { version = "20.0.0", default-features = false }
sp-core-hashing = "8.0.0"