mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-04 05:47:23 +00:00
0a8a607a58
* update tiny-keccak to 0.2 * update deps except bitvec and shared_memory * fix some warning after futures upgrade * remove useless package rename caused by bug in cargo-upgrade * revert parity-util-mem * * remove unused import * cargo update * remove all renames on parity-scale-codec * remove the leftovers * remove unused dep
27 lines
948 B
TOML
27 lines
948 B
TOML
[package]
|
|
name = "polkadot-overseer"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
futures = "0.3.8"
|
|
log = "0.4.11"
|
|
futures-timer = "3.0.2"
|
|
streamunordered = "0.5.1"
|
|
polkadot-primitives = { path = "../../primitives" }
|
|
client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../subsystem" }
|
|
polkadot-node-subsystem-util = { path = "../subsystem-util" }
|
|
polkadot-node-primitives = { package = "polkadot-node-primitives", path = "../primitives" }
|
|
async-trait = "0.1.41"
|
|
|
|
[dev-dependencies]
|
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
polkadot-node-network-protocol = { path = "../network/protocol" }
|
|
futures = { version = "0.3.8", features = ["thread-pool"] }
|
|
futures-timer = "3.0.2"
|
|
femme = "2.1.1"
|
|
log = "0.4.11"
|
|
kv-log-macro = "1.0.7"
|