mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 00:47:55 +00:00
a9fbd766d2
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
17 lines
640 B
TOML
17 lines
640 B
TOML
[package]
|
|
name = "test-runtime"
|
|
version = "0.24.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
subxt = { path = "../../subxt" }
|
|
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] }
|
|
|
|
[build-dependencies]
|
|
subxt = { path = "../../subxt" }
|
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
tokio = { version = "1.8", features = ["macros", "rt-multi-thread"] }
|
|
which = "4.2.2"
|
|
jsonrpsee = { version = "0.15.1", features = ["async-client", "client-ws-transport"] }
|