mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 18:57:57 +00:00
9be09e8daa
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
28 lines
621 B
TOML
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"
|