mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: add task header downloader (#958)
This commit is contained in:
@ -18,6 +18,9 @@ reth-metrics-derive = { path = "../../metrics/metrics-derive" }
|
||||
# async
|
||||
futures = "0.3"
|
||||
futures-util = "0.3.25"
|
||||
pin-project = "1.0"
|
||||
tokio = { version = "1.0", features = ["sync"] }
|
||||
tokio-stream = "0.1"
|
||||
|
||||
# misc
|
||||
tracing = "0.1.37"
|
||||
@ -30,5 +33,4 @@ reth-tracing = { path = "../../tracing" }
|
||||
|
||||
async-trait = "0.1.58"
|
||||
assert_matches = "1.5.0"
|
||||
once_cell = "1.17.0"
|
||||
tokio = { version = "1.21.2", features = ["full"] }
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
||||
|
||||
Reference in New Issue
Block a user