Files
pezkuwi-subxt/testing/test-runtime/Cargo.toml
T
Oliver Tale-Yazdi a9fbd766d2 Use git instead of crates.io for Substrate
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
2022-10-31 13:04:51 +01:00

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"] }