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
+5 -5
View File
@@ -17,11 +17,16 @@ keywords = ["extrinsic", "no-std", "parity", "subxt"]
[features]
default = ["std"]
std = [
"bitvec/std",
"blake2/std",
"codec/std",
"frame-decode/std",
"frame-metadata/std",
"hex/std",
"impl-serde/std",
"keccak-hash/std",
"pezkuwi-subxt-metadata/std",
"pezkuwi-subxt-signer/std",
"pezsp-core/std",
"pezsp-crypto-hashing/std",
"pezsp-keyring/std",
@@ -30,11 +35,6 @@ std = [
"serde/std",
"serde_json/std",
"tracing/std",
"bitvec/std",
"blake2/std",
"frame-decode/std",
"keccak-hash/std",
"pezkuwi-subxt-signer/std"
]
[dependencies]