Files
pezkuwi-subxt/testing/test-runtime/Cargo.toml
T
James Wilson d92352ad73 Prep for releasing 0.26.0 (#802)
* Prep for releasing 0.26.0

* link to new RPC spec
2023-01-24 16:55:27 +00:00

17 lines
513 B
TOML

[package]
name = "test-runtime"
version = "0.26.0"
edition = "2021"
publish = false
[dependencies]
subxt = { path = "../../subxt" }
sp-runtime = "12.0.0"
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] }
[build-dependencies]
subxt = { path = "../../subxt" }
tokio = { version = "1.8", features = ["macros", "rt-multi-thread"] }
which = "4.4.0"
jsonrpsee = { version = "0.16.0", features = ["async-client", "client-ws-transport"] }