mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-01 17:07:24 +00:00
9d5eae6ea3
* establish new `node` folder for overseer, messages, and subsystems * extract message types from overseer crate * remove doc links
10 lines
246 B
TOML
10 lines
246 B
TOML
[package]
|
|
name = "polkadot-node-messages"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
description = "Message types used by Subsystems"
|
|
|
|
[dependencies]
|
|
polkadot-primitives = { path = "../../primitives" }
|