mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-05 07:27:25 +00:00
f441a5fc93
Signed-off-by: alvicsam <alvicsam@gmail.com>
15 lines
333 B
TOML
15 lines
333 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 = { path = "../../../polkadot/node/core/pvf", features = ["test-utils"] }
|
|
|
|
[build-dependencies]
|
|
toml = "0.7.6"
|