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

@ -45,19 +45,19 @@ tokio = { workspace = true, features = ["full"] }
[features]
default = ["std"]
test-utils = [
"reth-consensus/test-utils",
"parking_lot",
"reth-network-types/test-utils",
"reth-primitives/test-utils",
"reth-primitives-traits/test-utils"
"reth-consensus/test-utils",
"parking_lot",
"reth-network-types/test-utils",
"reth-primitives/test-utils",
"reth-primitives-traits/test-utils",
]
std = [
"reth-consensus/std",
"reth-primitives/std",
"alloy-eips/std",
"alloy-primitives/std",
"reth-primitives-traits/std",
"alloy-consensus/std",
"derive_more/std",
"reth-network-peers/std"
"reth-consensus/std",
"reth-primitives/std",
"alloy-eips/std",
"alloy-primitives/std",
"reth-primitives-traits/std",
"alloy-consensus/std",
"derive_more/std",
"reth-network-peers/std",
]