mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 21:58:00 +00:00
d92352ad73
* Prep for releasing 0.26.0 * link to new RPC spec
17 lines
513 B
TOML
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"] }
|