mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
26 lines
378 B
TOML
26 lines
378 B
TOML
[package]
|
|
name = "node-runtime-wasm"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "node_runtime"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
node-runtime = { path = "..", default-features = false }
|
|
|
|
[features]
|
|
default = []
|
|
std = [
|
|
"node-runtime/std",
|
|
]
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
lto = true
|
|
|
|
[workspace]
|
|
members = []
|