mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Initial reth port
This commit is contained in:
@ -89,6 +89,18 @@ clap = { workspace = true, features = ["derive", "env"] }
|
||||
backon.workspace = true
|
||||
similar-asserts.workspace = true
|
||||
|
||||
parking_lot.workspace = true
|
||||
lz4_flex = "0.11.3"
|
||||
rmp-serde = "1.3.0"
|
||||
rmpv = "1.3.0"
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
reth-e2e-test-utils.workspace = true
|
||||
once_cell.workspace = true
|
||||
alloy-chains.workspace = true
|
||||
reth-ethereum-forks.workspace = true
|
||||
jsonrpsee.workspace = true
|
||||
reth-rpc-layer.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile.workspace = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user