mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 13:17:56 +00:00
15 lines
347 B
TOML
15 lines
347 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 = "release-v0.9.42" }
|
|
|
|
[build-dependencies]
|
|
toml = "0.7.3"
|