mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-23 06:08:01 +00:00
65454fbf96
* Update throughout with common Cargo formating scheme
12 lines
294 B
TOML
12 lines
294 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" }
|