mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
718ba4e159
* Remove `node-api` from `node-consensus` and `node-transaction-pool` * Remove the `node-api` crate and its last usages * Remove left over file * Fixes compilation errors * Switch to `As` trait * Rename trait * Whitespace
17 lines
476 B
TOML
17 lines
476 B
TOML
[package]
|
|
name = "node-network"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Substrate node networking protocol"
|
|
|
|
[dependencies]
|
|
node-consensus = { path = "../consensus" }
|
|
node-primitives = { path = "../primitives" }
|
|
substrate-bft = { path = "../../core/bft" }
|
|
substrate-network = { path = "../../core/network" }
|
|
substrate-primitives = { path = "../../core/primitives" }
|
|
futures = "0.1"
|
|
tokio = "0.1.7"
|
|
log = "0.4"
|
|
rhododendron = "0.3"
|