mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
35 lines
783 B
TOML
35 lines
783 B
TOML
[package]
|
|
name = "reth-node-ethereum"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
# reth
|
|
reth-payload-builder.workspace = true
|
|
reth-ethereum-engine-primitives.workspace = true
|
|
reth-basic-payload-builder.workspace = true
|
|
reth-ethereum-payload-builder.workspace = true
|
|
reth-node-builder.workspace = true
|
|
reth-tracing.workspace = true
|
|
reth-provider.workspace = true
|
|
reth-transaction-pool.workspace = true
|
|
reth-network.workspace = true
|
|
reth-evm-ethereum.workspace = true
|
|
|
|
# misc
|
|
eyre.workspace = true
|
|
|
|
[dev-dependencies]
|
|
reth-db.workspace = true
|
|
reth-exex.workspace = true
|
|
reth-node-api.workspace = true
|
|
|
|
futures.workspace = true
|