mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +00:00
be403051dc
* rust 1.64 enables workspace properties * add edition, repository and authors. * of course, update the version in one place. Co-authored-by: Andronik <write@reusable.software>
12 lines
373 B
TOML
12 lines
373 B
TOML
[package]
|
|
name = "polkadot-node-subsystem"
|
|
description = "Subsystem traits and message definitions and the generated overseer"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
polkadot-overseer = { path = "../overseer" }
|
|
polkadot-node-subsystem-types = { path = "../subsystem-types" }
|
|
polkadot-node-jaeger = { path = "../jaeger" }
|