move HackReceiptFileCodec into reth-optimism-cli (#9499)

This commit is contained in:
nk_ysg
2024-07-15 23:57:05 +08:00
committed by GitHub
parent 63e5dac0b6
commit b51aff3b73
7 changed files with 380 additions and 54 deletions

View File

@ -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