chore: format TOML files with taplo
This commit is contained in:
@@ -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 }
|
||||
|
||||
|
||||
Vendored
+2
-2
@@ -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]
|
||||
|
||||
+1
-1
@@ -6,4 +6,4 @@ default_command = "polkadot"
|
||||
name = "alice"
|
||||
|
||||
[[relaychain.nodes]]
|
||||
name = "bob"
|
||||
name = "bob"
|
||||
|
||||
Vendored
+1
-1
@@ -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",
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user