mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 05:51:02 +00:00
f3adf8b864
* bump version in prep for release * bump substrate * bump substrate
17 lines
312 B
TOML
17 lines
312 B
TOML
[package]
|
|
name = "test-parachain-halt"
|
|
version = "0.8.28"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Test parachain which executes forever"
|
|
edition = "2018"
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
|
|
[build-dependencies]
|
|
substrate-wasm-builder = "3.0.0"
|
|
|
|
[features]
|
|
default = [ "std" ]
|
|
std = []
|