mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 09:47:56 +00:00
711132c961
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.47 to 1.0.48. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.47...1.0.48) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
34 lines
952 B
TOML
34 lines
952 B
TOML
[package]
|
|
name = "polkadot-performance-test"
|
|
publish = false
|
|
version = "1.0.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
thiserror = "1.0.48"
|
|
quote = "1.0.28"
|
|
env_logger = "0.9"
|
|
log = "0.4"
|
|
|
|
polkadot-node-core-pvf-prepare-worker = { path = "../../core/pvf/prepare-worker" }
|
|
polkadot-erasure-coding = { path = "../../../erasure-coding" }
|
|
polkadot-node-primitives = { path = "../../primitives" }
|
|
polkadot-primitives = { path = "../../../primitives" }
|
|
|
|
sc-executor-common = { path = "../../../../substrate/client/executor/common" }
|
|
sp-maybe-compressed-blob = { path = "../../../../substrate/primitives/maybe-compressed-blob" }
|
|
|
|
kusama-runtime = { package = "staging-kusama-runtime", path = "../../../runtime/kusama" }
|
|
|
|
[[bin]]
|
|
name = "gen-ref-constants"
|
|
path = "src/gen_ref_constants.rs"
|
|
|
|
[features]
|
|
runtime-benchmarks = [
|
|
"kusama-runtime/runtime-benchmarks",
|
|
"polkadot-primitives/runtime-benchmarks",
|
|
]
|