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