mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-23 10:51:10 +00:00
establish new node folder for overseer, messages, and subsystems (#1200)
* establish new `node` folder for overseer, messages, and subsystems * extract message types from overseer crate * remove doc links
This commit is contained in:
committed by
GitHub
parent
ecb6a10751
commit
9d5eae6ea3
@@ -0,0 +1,9 @@
|
||||
[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" }
|
||||
Reference in New Issue
Block a user