mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
34 lines
700 B
TOML
34 lines
700 B
TOML
[package]
|
|
name = "reth-exex"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
description = "Execution extensions for Reth"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
## reth
|
|
reth-config.workspace = true
|
|
reth-metrics.workspace = true
|
|
reth-node-api.workspace = true
|
|
reth-node-core.workspace = true
|
|
reth-primitives.workspace = true
|
|
reth-provider.workspace = true
|
|
reth-tasks.workspace = true
|
|
reth-tracing.workspace = true
|
|
|
|
## async
|
|
futures.workspace = true
|
|
tokio.workspace = true
|
|
tokio-stream.workspace = true
|
|
tokio-util.workspace = true
|
|
|
|
## misc
|
|
eyre.workspace = true
|
|
metrics.workspace = true
|