mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 19:38:02 +00:00
9fe85fc9f4
Bottom half minus tests builds.
11 lines
245 B
TOML
11 lines
245 B
TOML
[package]
|
|
name = "runtime-test"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
substrate-runtime-io = { path = "../../runtime-io", version = "0.1", default_features = false }
|