mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-07 14:17:22 +00:00
28e23d07ef
* Substrate.from() * Fix some transaction validation code * must be more specific for matching now. * Update `wasm-builder` and add `build-only-wasm` script * Update to latest service builder interfaces * ANother substrate update * Another update
11 lines
339 B
TOML
11 lines
339 B
TOML
[package]
|
|
name = "polkadot-executor"
|
|
version = "0.6.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Polkadot node implementation in Rust."
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
substrate-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-testing" }
|
|
polkadot-runtime = { path = "../runtime" }
|