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
+6 -6
View File
@@ -13,16 +13,16 @@ keywords = ["zombienet"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
thiserror = { workspace = true }
anyhow = { workspace = true }
async-trait = { workspace = true }
futures = { workspace = true }
reqwest = { workspace = true }
tokio = { workspace = true, features = ["full"] }
uuid = { workspace = true, features = ["v4"] }
lazy_static = { workspace = true }
nix = { workspace = true, features = ["signal"] }
rand = { workspace = true }
regex = { workspace = true }
tracing = { workspace = true }
lazy_static = { workspace = true }
reqwest = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true, features = ["full"] }
tracing = { workspace = true }
uuid = { workspace = true, features = ["v4"] }