mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-08 08:58:01 +00:00
11 lines
246 B
TOML
11 lines
246 B
TOML
[package]
|
|
name = "runtime-test"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
polkadot-runtime-std = { path = "../../runtime-std", version = "0.1", default_features = false }
|