mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
move HackReceiptFileCodec into reth-optimism-cli (#9499)
This commit is contained in:
@ -38,6 +38,7 @@ reth-cli.workspace = true
|
||||
# eth
|
||||
alloy-genesis.workspace = true
|
||||
alloy-primitives.workspace = true
|
||||
alloy-rlp.workspace = true
|
||||
|
||||
|
||||
# misc
|
||||
@ -53,6 +54,7 @@ tokio = { workspace = true, features = [
|
||||
"time",
|
||||
"rt-multi-thread",
|
||||
] }
|
||||
tokio-util = { workspace = true, features = ["codec"] }
|
||||
tracing.workspace = true
|
||||
eyre.workspace = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user