mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 12:57:58 +00:00
464b4432cf
* Move all deps to workspace toml * cargo fmt and codec 3.4, removing now unneeded 'full' feature * add wasm-tests to workspace and fix subxt inheritng * cargo fmt * wasm-test thing can't be in workspace so revert that * remove unwanted target dir from wasm-tests
17 lines
403 B
TOML
17 lines
403 B
TOML
[package]
|
|
name = "test-runtime"
|
|
version.workspace = true
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
subxt = { workspace = true }
|
|
|
|
[build-dependencies]
|
|
substrate-runner = { workspace = true }
|
|
impl-serde = { workspace = true }
|
|
serde = { workspace = true }
|
|
tokio = { workspace = true }
|
|
which = { workspace = true }
|
|
jsonrpsee = { workspace = true, features = ["async-client", "client-ws-transport"] }
|