Cargo.toml 356 Bytes
Newer Older
1
2
[package]
name = "halt"
Gavin Wood's avatar
Gavin Wood committed
3
version = "0.7.29-pre1"
4
5
6
7
8
9
10
11
authors = ["Parity Technologies <admin@parity.io>"]
description = "Test parachain which executes forever"
edition = "2018"
build = "build.rs"

[dependencies]

[build-dependencies]
Gavin Wood's avatar
Gavin Wood committed
12
wasm-builder-runner = { package = "substrate-wasm-builder-runner", version = "1.0.5" }
13
14
15
16

[features]
default = [ "std" ]
std = []