mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 15:28:01 -05:00
15 lines
300 B
TOML
15 lines
300 B
TOML
[package]
|
|
name = "example-custom-node-components"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
reth.workspace = true
|
|
reth-node-ethereum.workspace = true
|
|
reth-transaction-pool.workspace = true
|
|
reth-tracing.workspace = true
|
|
|
|
eyre.workspace = true
|