mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 21:58:00 +00:00
8bdd276d2f
* start migrating, broken * first iteration of updating * fmt and clippy * add Composite<u32> decoding via scale value patch * bump scale type gen versions * fix decoding with new scale decode * fix js-sys versions * add nit comments
21 lines
467 B
TOML
21 lines
467 B
TOML
[workspace]
|
|
|
|
[package]
|
|
name = "wasm-example"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
futures = "0.3.28"
|
|
subxt = { path = "../../subxt", default-features = false, features = ["jsonrpsee", "web"], target_arch = "wasm32" }
|
|
yew = { version = "0.20.0", features = ["csr"] }
|
|
web-sys = "0.3.69"
|
|
hex = "0.4.3"
|
|
yew-router = "0.17.0"
|
|
js-sys = "0.3.69"
|
|
wasm-bindgen = "0.2.86"
|
|
wasm-bindgen-futures = "0.4.36"
|
|
anyhow = "1.0.71"
|
|
serde = "1.0.163"
|
|
serde_json = "1.0.96"
|