mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 18:41:05 +00:00
16 lines
281 B
TOML
16 lines
281 B
TOML
[package]
|
|
name = "runtime-polkadot"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
runtime-support = { path = "../support", version = "0.1" }
|
|
|
|
[features]
|
|
default = ["without-std"]
|
|
with-std = []
|
|
without-std = []
|