Files
pezkuwi-subxt/testing/test-runtime/Cargo.toml
T
James Wilson 7b0e06cf8a Release v0.27.0 (#824)
* Bump substrate deps

* Bump to 0.27.0

* update changelog

* Clone and Debug on TxPayload types

* move item to Changed

* remove chore entirely
2023-02-13 16:13:17 +00:00

17 lines
514 B
TOML

[package]
name = "test-runtime"
version = "0.27.0"
edition = "2021"
publish = false
[dependencies]
subxt = { path = "../../subxt" }
sp-runtime = "18.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.25", features = ["macros", "rt-multi-thread"] }
which = "4.4.0"
jsonrpsee = { version = "0.16.0", features = ["async-client", "client-ws-transport"] }