[package] name = "cumulus-test-relay-validation-worker-provider" version = "0.1.0" authors.workspace = true edition.workspace = true build = "build.rs" publish = false [dependencies] # Polkadot polkadot-node-core-pvf = { path = "../../../polkadot/node/core/pvf", features = ["test-utils"] } [build-dependencies] toml = "0.7.6"