mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 06:48:01 +00:00
04fcc71809
* primitives/sr-primitives -> primitives/runtime * update
16 lines
526 B
TOML
16 lines
526 B
TOML
[package]
|
|
name = "sc-chain-spec"
|
|
version = "2.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
sc-chain-spec-derive = { path = "./derive" }
|
|
impl-trait-for-tuples = "0.1.3"
|
|
network = { package = "sc-network", path = "../network" }
|
|
primitives = { package = "sp-core", path = "../../primitives/core" }
|
|
serde = { version = "1.0.101", features = ["derive"] }
|
|
serde_json = "1.0.41"
|
|
sp-runtime = { path = "../../primitives/runtime" }
|
|
tel = { package = "sc-telemetry", path = "../telemetry" }
|