mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
chore: Add missing deps
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -9571,6 +9571,7 @@ dependencies = [
|
||||
"reth-cli-util",
|
||||
"reth-codecs",
|
||||
"reth-db",
|
||||
"reth-db-api",
|
||||
"reth-discv4",
|
||||
"reth-engine-primitives",
|
||||
"reth-eth-wire",
|
||||
|
||||
@ -17,6 +17,7 @@ reth-cli = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16
|
||||
reth-cli-commands = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
|
||||
reth-basic-payload-builder = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
|
||||
reth-db = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
|
||||
reth-db-api = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
|
||||
reth-chainspec = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
|
||||
reth-cli-util = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
|
||||
reth-discv4 = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
|
||||
|
||||
Reference in New Issue
Block a user