Files
pezkuwi-subxt/polkadot/parachain/test-parachains/halt/Cargo.toml
T
Lulu 0142a01353 Add license to crates (#7578)
* Add license to crates

This is required to publish to crates.io

* Add more licenses
2023-08-04 18:33:05 +02:00

19 lines
409 B
TOML

[package]
name = "test-parachain-halt"
description = "Test parachain which executes forever"
build = "build.rs"
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 = []