mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +00:00
b56eb7259a
* Validation-worker: Add support for patches and rerun on Cargo.lock * Update Cargo.lock
15 lines
331 B
TOML
15 lines
331 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 = { git = "https://github.com/paritytech/polkadot", branch = "master" }
|
|
|
|
[build-dependencies]
|
|
toml = "0.5.4"
|