mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 23:38:10 -05:00
18 lines
385 B
TOML
18 lines
385 B
TOML
[package]
|
|
name = "example-custom-dev-node"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
reth-ethereum = { workspace = true, features = ["node", "test-utils"] }
|
|
futures-util.workspace = true
|
|
|
|
eyre.workspace = true
|
|
tokio.workspace = true
|
|
serde_json.workspace = true
|
|
|
|
alloy-genesis.workspace = true
|
|
alloy-primitives.workspace = true
|