mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 20:07:56 +00:00
2b0dbd2d77
* Updates substrate to latest master * Use slot_duration and not slot * Update to latest substrate master again to have latest CLI * Rename iherent indentifier * Update after master merge
25 lines
377 B
TOML
25 lines
377 B
TOML
[package]
|
|
name = "polkadot-runtime-wasm"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[lib]
|
|
name = "polkadot_runtime"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
polkadot-runtime = { path = "..", default-features = false }
|
|
|
|
[features]
|
|
default = []
|
|
std = [
|
|
"polkadot-runtime/std",
|
|
]
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
lto = true
|
|
|
|
[workspace]
|
|
members = []
|