add format checker to .toml (#13968)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
georgehao
2025-01-28 20:20:58 +08:00
committed by GitHub
parent 22c1de501b
commit 2e4376f359
91 changed files with 833 additions and 933 deletions

View File

@ -35,14 +35,14 @@ serde_json.workspace = true
[features]
default = ["std"]
std = [
"reth-chainspec/std",
"reth-primitives/std",
"alloy-primitives/std",
"alloy-eips/std",
"alloy-rpc-types-engine/std",
"alloy-rlp/std",
"serde/std",
"sha2/std",
"serde_json/std",
"reth-engine-primitives/std"
"reth-chainspec/std",
"reth-primitives/std",
"alloy-primitives/std",
"alloy-eips/std",
"alloy-rpc-types-engine/std",
"alloy-rlp/std",
"serde/std",
"sha2/std",
"serde_json/std",
"reth-engine-primitives/std",
]