Files
pezkuwi-subxt/test-runtime/Cargo.toml
T
James Wilson b777420054 Rebuild test-runtime if substrate binary is updated (#362)
* Re-run test-runtime build script if the substrate binary changes

* cargo fmt

* Can => Cannot
2021-12-10 11:54:07 +00:00

16 lines
578 B
TOML

[package]
name = "test-runtime"
version = "0.1.0"
edition = "2021"
[dependencies]
subxt = { path = ".." }
sp-runtime = { package = "sp-runtime", git = "https://github.com/paritytech/substrate/", branch = "master" }
codec = { package = "parity-scale-codec", version = "2", default-features = false, features = ["derive", "full", "bit-vec"] }
[build-dependencies]
subxt = { path = ".." }
sp-core = { package = "sp-core", git = "https://github.com/paritytech/substrate/", branch = "master" }
async-std = { version = "1.9.0", features = ["attributes", "tokio1"] }
which = "4.2.2"