chore: group trie crates in trie folder (#8492)

This commit is contained in:
Matthias Seitz
2024-05-29 22:15:56 +02:00
committed by GitHub
parent a6800771c6
commit fd495eb50b
32 changed files with 4 additions and 4 deletions

View File

@ -80,8 +80,8 @@ members = [
"crates/tokio-util/",
"crates/tracing/",
"crates/transaction-pool/",
"crates/trie-parallel/",
"crates/trie/",
"crates/trie/parallel/",
"crates/trie/trie",
"examples/beacon-api-sidecar-fetcher/",
"examples/beacon-api-sse/",
"examples/bsc-p2p",
@ -298,8 +298,8 @@ reth-testing-utils = { path = "testing/testing-utils" }
reth-tokio-util = { path = "crates/tokio-util" }
reth-tracing = { path = "crates/tracing" }
reth-transaction-pool = { path = "crates/transaction-pool" }
reth-trie = { path = "crates/trie" }
reth-trie-parallel = { path = "crates/trie-parallel" }
reth-trie = { path = "crates/trie/trie" }
reth-trie-parallel = { path = "crates/trie/parallel" }
# revm
revm = { version = "9.0.0", features = [