Files
pezkuwi-subxt/polkadot/parachain/test-parachains/halt/Cargo.toml
T
2023-08-14 17:31:13 +02:00

20 lines
425 B
TOML

[package]
name = "test-parachain-halt"
description = "Test parachain which executes forever"
build = "build.rs"
publish = false
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
[build-dependencies]
substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" }
rustversion = "1.0.6"
[features]
default = [ "std" ]
std = []