mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 16:08:08 +00:00
14 lines
327 B
TOML
14 lines
327 B
TOML
[package]
|
|
name = "native-runtime"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
polkadot-runtime-codec = { path = "../runtime-codec", version = "0.1" }
|
|
runtime-std = { path = "./std", version = "0.1" }
|
|
rustc-hex = "1.0"
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = ["polkadot-runtime-codec/std"]
|