mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 02:57:57 +00:00
2a4da618a0
* wip changelog * Bump versions and write changelog for 0.28 * typo and wee tweaks
17 lines
514 B
TOML
17 lines
514 B
TOML
[package]
|
|
name = "test-runtime"
|
|
version = "0.28.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
subxt = { path = "../../subxt" }
|
|
sp-runtime = "23.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.27", features = ["macros", "rt-multi-thread"] }
|
|
which = "4.4.0"
|
|
jsonrpsee = { version = "0.16.0", features = ["async-client", "client-ws-transport"] }
|