style: apply taplo format to all Cargo.toml files

This commit is contained in:
2026-01-04 17:37:38 +03:00
parent 479010094e
commit b8990884db
415 changed files with 2872 additions and 1272 deletions
+2 -2
View File
@@ -18,11 +18,11 @@ keywords = ["bizinikiwi", "blockchain", "parity"]
workspace = true
[features]
default = [ "native" ]
default = ["native"]
# Enable this for native (ie non web/wasm builds).
# Exactly 1 of "web" and "native" is expected.
native = [ "smoldot-light/std", "tokio/rt" ]
native = ["smoldot-light/std", "tokio/rt"]
# Enable this for web/wasm builds.
# Exactly 1 of "web" and "native" is expected.