mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 09:27:57 +00:00
16 lines
438 B
TOML
16 lines
438 B
TOML
[package]
|
|
name = "test-runtime"
|
|
version = "0.16.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
subxt = { path = "../subxt" }
|
|
sp-runtime = "4.0.0"
|
|
codec = { package = "parity-scale-codec", version = "2", default-features = false, features = ["derive", "full", "bit-vec"] }
|
|
|
|
[build-dependencies]
|
|
subxt = { path = "../subxt", version = "0.16.0" }
|
|
sp-core = "4.0.0"
|
|
async-std = { version = "1.9.0", features = ["attributes", "tokio1"] }
|
|
which = "4.2.2"
|