mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-10 07:48:19 -05:00
10 lines
243 B
TOML
10 lines
243 B
TOML
[package]
|
|
name = "example-node-builder-api"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
reth-ethereum = { workspace = true, features = ["node", "pool", "node-api", "cli", "test-utils"] }
|