mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
chore: introduce node dir (#7720)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
This commit is contained in:
@ -34,7 +34,7 @@ members = [
|
|||||||
"crates/primitives/",
|
"crates/primitives/",
|
||||||
"crates/prune/",
|
"crates/prune/",
|
||||||
"crates/revm/",
|
"crates/revm/",
|
||||||
"crates/node-events/",
|
"crates/node/events/",
|
||||||
"crates/rpc/ipc/",
|
"crates/rpc/ipc/",
|
||||||
"crates/rpc/rpc/",
|
"crates/rpc/rpc/",
|
||||||
"crates/rpc/rpc-api/",
|
"crates/rpc/rpc-api/",
|
||||||
@ -259,7 +259,7 @@ reth-tracing = { path = "crates/tracing" }
|
|||||||
reth-transaction-pool = { path = "crates/transaction-pool" }
|
reth-transaction-pool = { path = "crates/transaction-pool" }
|
||||||
reth-trie = { path = "crates/trie" }
|
reth-trie = { path = "crates/trie" }
|
||||||
reth-trie-parallel = { path = "crates/trie-parallel" }
|
reth-trie-parallel = { path = "crates/trie-parallel" }
|
||||||
reth-node-events = {path = "crates/node-events"}
|
reth-node-events = { path = "crates/node/events" }
|
||||||
|
|
||||||
# revm
|
# revm
|
||||||
revm = { version = "8.0.0", features = [
|
revm = { version = "8.0.0", features = [
|
||||||
|
|||||||
Reference in New Issue
Block a user