Files
nanoreth/crates/exex/Cargo.toml
2024-04-20 09:00:11 +00:00

32 lines
645 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
tokio.workspace = true
tokio-util.workspace = true
## misc
eyre.workspace = true
metrics.workspace = true