mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 17:28:00 +00:00
789017cc76
* chore: version bump to 0.9.9 * bump from 0.9.0 to 0.9.9
19 lines
752 B
TOML
19 lines
752 B
TOML
[package]
|
|
name = "polkadot-node-network-protocol"
|
|
version = "0.9.9"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
description = "Primitives types for the Node-side"
|
|
|
|
[dependencies]
|
|
async-trait = "0.1.42"
|
|
polkadot-primitives = { path = "../../../primitives" }
|
|
polkadot-node-primitives = { path = "../../primitives" }
|
|
polkadot-node-jaeger = { path = "../../jaeger" }
|
|
parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] }
|
|
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
strum = { version = "0.20", features = ["derive"] }
|
|
futures = "0.3.15"
|
|
thiserror = "1.0.23"
|