mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 02:57:57 +00:00
9fc4e16eff
* Bump spec_version to 9260 * Version bump to v0.9.26
24 lines
1010 B
TOML
24 lines
1010 B
TOML
[package]
|
|
name = "polkadot-node-core-chain-api"
|
|
version = "0.9.26"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
futures = "0.3.21"
|
|
gum = { package = "tracing-gum", path = "../../gum" }
|
|
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
polkadot-primitives = { path = "../../../primitives" }
|
|
polkadot-node-subsystem = {path = "../../subsystem" }
|
|
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
|
|
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
|
|
[dev-dependencies]
|
|
futures = { version = "0.3.21", features = ["thread-pool"] }
|
|
maplit = "1.0.2"
|
|
parity-scale-codec = "3.1.5"
|
|
polkadot-node-primitives = { path = "../../primitives" }
|
|
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
|
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|