mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: remove unused deps (#11898)
This commit is contained in:
@ -6,9 +6,11 @@ edition = "2021"
|
||||
[dependencies]
|
||||
# reth
|
||||
reth = { git = "https://github.com/paradigmxyz/reth.git" }
|
||||
reth-exex = { git = "https://github.com/paradigmxyz/reth.git", features = ["serde"] }
|
||||
reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth.git"}
|
||||
reth-node-api = { git = "https://github.com/paradigmxyz/reth.git"}
|
||||
reth-exex = { git = "https://github.com/paradigmxyz/reth.git", features = [
|
||||
"serde",
|
||||
] }
|
||||
reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth.git" }
|
||||
reth-node-api = { git = "https://github.com/paradigmxyz/reth.git" }
|
||||
reth-tracing = { git = "https://github.com/paradigmxyz/reth.git" }
|
||||
|
||||
# async
|
||||
@ -49,4 +51,4 @@ path = "src/exex.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "consumer"
|
||||
path = "src/consumer.rs"
|
||||
path = "src/consumer.rs"
|
||||
|
||||
Reference in New Issue
Block a user