Files
nanoreth/examples/custom-node-components/Cargo.toml
2024-02-29 16:50:04 +00:00

17 lines
294 B
TOML

[package]
name = "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