479010094e
- Remove missing cli crate from workspace members - Fix TOML array syntax errors in pvf and benchmarking-cli Cargo.toml - Fix Rust import ordering with cargo fmt - Fix feature propagation with zepter (try-runtime, runtime-benchmarks, std)
24 lines
514 B
TOML
24 lines
514 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.workspace = true
|
|
repository = { workspace = true }
|
|
homepage = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[build-dependencies]
|
|
bizinikiwi-wasm-builder = { workspace = true, default-features = true }
|
|
rustversion = { workspace = true }
|
|
|
|
[features]
|
|
default = [ "std" ]
|
|
std = []
|