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
@@ -25,10 +25,5 @@ wasmtime = { optional = true, workspace = true }
[features]
default = ["std"]
std = [
"anyhow?/std",
"codec/std",
"log/std",
"wasmtime?/std",
]
std = ["anyhow?/std", "codec/std", "log/std", "wasmtime?/std"]
wasmtime = ["anyhow", "dep:wasmtime"]