[package] name = "node-runtime-wasm" version = "0.1.0" authors = ["Parity Technologies "] 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 = [] [patch.crates-io] hash-db = { git = "https://github.com/paritytech/trie" } hash256-std-hasher = { git = "https://github.com/paritytech/trie" } keccak-hasher = { git = "https://github.com/paritytech/trie" } memory-db = { git = "https://github.com/paritytech/trie" } trie-bench = { git = "https://github.com/paritytech/trie" } trie-db = { git = "https://github.com/paritytech/trie" } trie-root = { git = "https://github.com/paritytech/trie" } trie-standardmap = { git = "https://github.com/paritytech/trie" }