Files
pezkuwi-sdk/templates/zombienet/Cargo.toml
T
pezkuwichain 78095d125e fix: quick-checks CI failures - taplo format, zepter, umbrella
1. TOML format (taplo): 123 files reformatted using correct config
   - Command: taplo format --config .config/taplo.toml

2. Zepter feature propagation fix:
   - pezframe-support: added pezsp-timestamp/try-runtime to try-runtime feature

3. generate-umbrella.py bug fix:
   - Script crashed when Cargo.toml/src didn't exist in umbrella dir
   - Added existence checks before deletion
2026-01-26 00:39:59 +03:00

23 lines
614 B
TOML

[package]
name = "pez-template-zombienet-tests"
description = "Zombienet test for templates."
version = "0.0.0"
license = "Unlicense"
authors.workspace = true
homepage.workspace = true
repository.workspace = true
edition.workspace = true
publish = false
documentation.workspace = true
[dependencies]
anyhow = { workspace = true }
env_logger = { workspace = true }
pezkuwi-zombienet-sdk = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread"] }
[features]
zombienet = []
std = ["anyhow/std", "pezkuwi-zombienet-sdk/std"]
runtime-benchmarks = ["pezkuwi-zombienet-sdk/runtime-benchmarks"]