mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rm unused rpc-engine-api deps (#2053)
This commit is contained in:
@ -11,8 +11,6 @@ description = "Implementation of Engine API"
|
||||
reth-primitives = { path = "../../primitives" }
|
||||
reth-interfaces = { path = "../../interfaces" }
|
||||
reth-provider = { path = "../../storage/provider" }
|
||||
reth-executor = { path = "../../executor" }
|
||||
reth-revm = { path = "../../revm" }
|
||||
reth-rpc-types = { path = "../rpc-types" }
|
||||
reth-beacon-consensus = { path = "../../consensus/beacon" }
|
||||
|
||||
@ -21,9 +19,6 @@ futures = "0.3"
|
||||
tokio = { version = "1", features = ["sync"] }
|
||||
tokio-stream = "0.1"
|
||||
|
||||
# tracing
|
||||
tracing = "0.1"
|
||||
|
||||
# misc
|
||||
thiserror = "1.0.37"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user