Files
pezkuwi-subxt/polkadot/runtime/wasm/Cargo.toml
T
2019-05-29 18:33:49 +02:00

26 lines
394 B
TOML

[package]
name = "polkadot-runtime-wasm"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[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 = []