mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 19:47:59 +00:00
eca163ba64
* Bump versionb globally * Rebuild and fix * Rename fixes * Rebuild * Minor fix and code formatting for validator election * Fix tests * More test fixes * Fix several bugs in phragmen elections. * Rebuild, remove pointless closures
26 lines
378 B
TOML
26 lines
378 B
TOML
[package]
|
|
name = "node-runtime-wasm"
|
|
version = "1.0.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 = []
|