24 lines
535 B
TOML
24 lines
535 B
TOML
[package]
|
|
name = "test-teyrchain-halt"
|
|
description = "Test teyrchain which executes forever"
|
|
build = "build.rs"
|
|
publish = false
|
|
version = "1.0.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
documentation = "https://docs.rs/test-teyrchain-halt"
|
|
repository = { workspace = true }
|
|
homepage = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[build-dependencies]
|
|
rustversion = { workspace = true }
|
|
bizinikiwi-wasm-builder = { workspace = true, default-features = true }
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = []
|