mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 15:07:59 +00:00
ec401ce1d0
* move to rust 2021 * fix formatting, more moves
10 lines
282 B
TOML
10 lines
282 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-node-core-pvf = { git = "https://github.com/paritytech/polkadot", branch = "master" }
|