Files
nanoreth/examples/custom-node/Cargo.toml
2024-04-08 18:10:10 +00:00

24 lines
572 B
TOML

[package]
name = "custom-node"
version = "0.0.0"
publish = false
edition.workspace = true
license.workspace = true
[dependencies]
reth.workspace = true
reth-rpc-types.workspace = true
reth-node-api.workspace = true
reth-node-core.workspace = true
reth-primitives.workspace = true
reth-payload-builder.workspace = true
reth-basic-payload-builder.workspace = true
reth-ethereum-payload-builder.workspace = true
reth-node-ethereum.workspace = true
reth-tracing.workspace = true
eyre.workspace = true
tokio.workspace = true
thiserror.workspace = true
serde.workspace = true