mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 22:07:58 +00:00
dffeee431e
* v0.20.0 release prep * wee text tweak * remove dry-run step that doesn't actually work * Fix typo Co-authored-by: Alexandru Vasile <60601340+lexnv@users.noreply.github.com> * No more "in" Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com> * Fix "customized" typo Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com> Co-authored-by: Alexandru Vasile <60601340+lexnv@users.noreply.github.com> Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com>
16 lines
421 B
TOML
16 lines
421 B
TOML
[package]
|
|
name = "test-runtime"
|
|
version = "0.20.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"
|