mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-08 21:48:02 +00:00
18 lines
627 B
TOML
18 lines
627 B
TOML
[package]
|
|
name = "polkadot-executor"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Polkadot node implementation in Rust."
|
|
|
|
[dependencies]
|
|
hex-literal = "0.1"
|
|
ed25519 = { path = "../ed25519" }
|
|
triehash = { version = "0.1" }
|
|
substrate-codec = { path = "../codec" }
|
|
substrate-runtime-io = { path = "../runtime-io" }
|
|
substrate-state-machine = { path = "../state-machine" }
|
|
substrate-executor = { path = "../executor" }
|
|
substrate-primitives = { path = "../primitives" }
|
|
polkadot-primitives = { path = "../polkadot-primitives", version = "0.1" }
|
|
native-runtime = { path = "../native-runtime" }
|