mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 21:58:00 +00:00
e8612ddae0
* add wasm examples * cargo fmt * change crate name * resolve workspace conflicts
14 lines
309 B
TOML
14 lines
309 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.63"
|
|
hex = "0.4.3"
|