feat: initialize Kurdistan SDK - independent fork of Polkadot SDK
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
[package]
|
||||
name = "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
|
||||
|
||||
[dependencies]
|
||||
anyhow = { workspace = true }
|
||||
env_logger = { workspace = true }
|
||||
tokio = { workspace = true, features = ["rt-multi-thread"] }
|
||||
zombienet-sdk = { workspace = true }
|
||||
|
||||
[features]
|
||||
zombienet = []
|
||||
Reference in New Issue
Block a user