mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 19:21:03 +00:00
16 lines
441 B
TOML
16 lines
441 B
TOML
[package]
|
|
name = "runtime-polkadot"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
polkadot-runtime-codec = { path = "../../runtime-codec", version = "0.1", default-features = false }
|
|
polkadot-runtime-std = { path = "../../runtime-std", version = "0.1", default-features = false }
|
|
|
|
[features]
|
|
default = []
|
|
std = ["polkadot-runtime-codec/std", "polkadot-runtime-std/std"]
|