bfc2cc5284
Replace all docs.rs documentation URLs with documentation.workspace = true to inherit from the workspace's docs.pezkuwichain.io URL.
21 lines
490 B
TOML
21 lines
490 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 }
|
|
tokio = { workspace = true, features = ["rt-multi-thread"] }
|
|
zombienet-sdk = { workspace = true }
|
|
|
|
[features]
|
|
zombienet = []
|