[package] name = "rialto-bridge-node" description = "Substrate node compatible with Rialto runtime" version = "0.1.0" authors = ["Parity Technologies "] edition = "2018" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" [dependencies] bridge-node = { path = "../node", default-features = false, features = ["rialto"] } [features] default = [] runtime-benchmarks = [ "bridge-node/runtime-benchmarks", ]