mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 17:31:05 +00:00
get building
This commit is contained in:
@@ -6,4 +6,5 @@ description = "Polkadot node implementation in Rust."
|
||||
|
||||
[dependencies]
|
||||
substrate-executor = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" }
|
||||
substrate-primitives = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" }
|
||||
polkadot-runtime = { path = "../runtime" }
|
||||
|
||||
@@ -19,5 +19,6 @@
|
||||
|
||||
extern crate polkadot_runtime;
|
||||
#[macro_use] extern crate substrate_executor;
|
||||
extern crate substrate_primitives as primitives;
|
||||
|
||||
native_executor_instance!(pub Executor, polkadot_runtime::api::dispatch, polkadot_runtime::VERSION, include_bytes!("../../runtime/wasm/target/wasm32-unknown-unknown/release/polkadot_runtime.compact.wasm"));
|
||||
|
||||
Reference in New Issue
Block a user