mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-08 10:07:22 +00:00
5c842f77bc
- Everything polkadot becomes polkadot-. - Wasm (substrate) executor tests split from Wasm (Polkadot) runtime and built independently.
11 lines
328 B
TOML
11 lines
328 B
TOML
[package]
|
|
name = "polkadot-collator"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <rphmeier@gmail.com>"]
|
|
description = "Abstract collation logic"
|
|
|
|
[dependencies]
|
|
substrate-primitives = { path = "../primitives", version = "0.1" }
|
|
polkadot-primitives = { path = "../polkadot-primitives", version = "0.1" }
|
|
futures = "0.1.17"
|