mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 09:47:56 +00:00
16 lines
488 B
TOML
16 lines
488 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" }
|
|
polkadot-runtime-std = { path = "../runtime-std", version = "0.1" }
|
|
polkadot-primitives = { path = "../primitives", version = "0.1" }
|
|
rustc-hex = "1.0"
|
|
hex-literal = "0.1.0"
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = ["polkadot-runtime-codec/std", "polkadot-runtime-std/std", "polkadot-primitives/std"]
|