chore: format TOML files with taplo
This commit is contained in:
+10
-10
@@ -18,10 +18,19 @@ keywords = ["extrinsic", "parity", "signer", "subxt"]
|
||||
default = ["ecdsa", "sr25519", "std", "subxt"]
|
||||
std = [
|
||||
"base64?/std",
|
||||
"bip32?/std",
|
||||
"bip39/std",
|
||||
"codec/std",
|
||||
"crypto_secretbox?/std",
|
||||
"getrandom?/std",
|
||||
"hex/std",
|
||||
"hmac/std",
|
||||
"keccak-hash?/std",
|
||||
"pbkdf2/std",
|
||||
"pezkuwi-subxt-core?/std",
|
||||
"pezsp-core/std",
|
||||
"pezsp-crypto-hashing/std",
|
||||
"pezsp-keyring/std",
|
||||
"regex/std",
|
||||
"schnorrkel?/std",
|
||||
"scrypt?/std",
|
||||
@@ -29,16 +38,7 @@ std = [
|
||||
"serde?/std",
|
||||
"serde_json?/std",
|
||||
"sha2/std",
|
||||
"bip32?/std",
|
||||
"getrandom?/std",
|
||||
"hex/std",
|
||||
"keccak-hash?/std",
|
||||
"codec/std",
|
||||
"pezkuwi-subxt-core?/std",
|
||||
"pezsp-core/std",
|
||||
"pezsp-crypto-hashing/std",
|
||||
"pezsp-keyring/std",
|
||||
"zeroize/std"
|
||||
"zeroize/std",
|
||||
]
|
||||
|
||||
# Pick the signer implementation(s) you need by enabling the
|
||||
|
||||
Reference in New Issue
Block a user