mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 16:47:57 +00:00
99e4ee3ab8
- Renamed all subxt crates to pezkuwi-subxt - Updated internal references - Configured for Pezkuwi ecosystem
19 lines
574 B
TOML
19 lines
574 B
TOML
[package]
|
|
name = "wasm-lightclient-tests"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dev-dependencies]
|
|
console_error_panic_hook = "0.1.7"
|
|
futures-util = "0.3.30"
|
|
serde_json = "1"
|
|
tracing = "0.1.34"
|
|
tracing-wasm = "0.2.1"
|
|
wasm-bindgen-test = "0.3.24"
|
|
|
|
# This crate is not a part of the workspace, because it
|
|
# requires the "jsonrpsee web unstable-light-client" features to be enabled, which we don't
|
|
# want enabled for workspace builds in general.
|
|
subxt = { path = "../../subxt", default-features = false, features = ["jsonrpsee", "unstable-light-client", "web"] }
|