Files
pezkuwi-subxt/cumulus/test/relay-validation-worker-provider/Cargo.toml
T
Marcin S 457d1724df [Polkadot Companion] for 7101 (#2470)
* [Polkadot Companion] for 7101

PR: https://github.com/paritytech/polkadot/pull/7101

* update lockfile for {"polkadot", "substrate"}

---------

Co-authored-by: parity-processbot <>
2023-04-21 11:04:39 +00:00

15 lines
338 B
TOML

[package]
name = "cumulus-test-relay-validation-worker-provider"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
build = "build.rs"
[dependencies]
# Polkadot
polkadot-node-core-pvf-worker = { git = "https://github.com/paritytech/polkadot", branch = "master" }
[build-dependencies]
toml = "0.7.3"