chore: format TOML files with taplo

This commit is contained in:
2025-12-23 02:10:16 +03:00
parent 8efb0cd08c
commit 34b4735a2a
31 changed files with 132 additions and 214 deletions
@@ -8,22 +8,21 @@ publish = true
license.workspace = true
repository.workspace = true
description = "Zombienet sdk config builder, allow to build a network configuration"
keywords = ["zombienet", "configuration", "sdk"]
keywords = ["configuration", "sdk", "zombienet"]
[dependencies]
regex = { workspace = true }
anyhow = { workspace = true }
lazy_static = { workspace = true }
multiaddr = { workspace = true }
url = { workspace = true, features = ["serde"] }
thiserror = { workspace = true }
anyhow = { workspace = true }
serde = { workspace = true, features = ["derive"] }
toml = { workspace = true }
serde_json = { workspace = true }
regex = { workspace = true }
reqwest = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true, features = ["fs"] }
toml = { workspace = true }
tracing = { workspace = true }
url = { workspace = true, features = ["serde"] }
# zombienet deps
support = { workspace = true }
@@ -9,8 +9,8 @@ default_command = "polkadot"
default_image = "docker.io/parity/polkadot:latest"
default_db_snapshot = "https://storage.com/path/to/db_snapshot.tgz"
default_args = [
"-name=value",
"--flag",
"--flag",
"-name=value",
]
[relaychain.default_resources.requests]
@@ -6,4 +6,4 @@ default_command = "polkadot"
name = "alice"
[[relaychain.nodes]]
name = "bob"
name = "bob"
@@ -24,4 +24,4 @@ name = "charlie"
rpc_port = 9946
args = [
"-lruntime::system=debug,runtime::multiblock-election=trace,runtime::staking=debug,runtime::staking::rc-client=trace,runtime::rc-client=debug",
]
]