Files
pezkuwi-subxt/subxt-light-client/Cargo.toml
T
Alexandru Vasile 9be09e8daa Export light-client functionality for WASM
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
2023-06-06 21:08:05 +03:00

28 lines
621 B
TOML

[package]
name = "subxt-light-client"
version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
publish = true
license.workspace = true
readme = "../README.md"
repository.workspace = true
documentation.workspace = true
homepage.workspace = true
description = "Smoldot integration with Subxt for WASM"
keywords = ["parity", "substrate", "blockchain"]
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
wasm-bindgen = "0.2.86"
tracing-wasm = "0.2.1"
tracing = "0.1.34"
lazy_static = "1.4.0"
gloo-timers = "0.2.6"
console_error_panic_hook = "0.1.7"
# wasm-pack = "0.11.1"