mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 23:38:10 -05:00
17 lines
405 B
TOML
17 lines
405 B
TOML
[package]
|
|
name = "example-node-custom-rpc"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
reth-ethereum = { workspace = true, features = ["node", "pool", "cli"] }
|
|
|
|
clap = { workspace = true, features = ["derive"] }
|
|
jsonrpsee = { workspace = true, features = ["server", "macros"] }
|
|
tokio.workspace = true
|
|
serde_json.workspace = true
|
|
|
|
[dev-dependencies]
|