mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 17:18:01 +00:00
9cf63bafac
* move test crates into a testing folder and add a ui test and helpers * undo wee mixup with another PR * cargo fmt * clippy * tidy ui-tests a little * test different DispatchError types * refactor dispatch error stuff * name ui tests * duff => useless * align versions and cargo fmt
16 lines
427 B
TOML
16 lines
427 B
TOML
[package]
|
|
name = "test-runtime"
|
|
version = "0.21.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
subxt = { path = "../../subxt" }
|
|
sp-runtime = "6.0.0"
|
|
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] }
|
|
|
|
[build-dependencies]
|
|
subxt = { path = "../../subxt" }
|
|
sp-core = "6.0.0"
|
|
tokio = { version = "1.8", features = ["macros", "rt-multi-thread"] }
|
|
which = "4.2.2"
|