mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-03 19:45:20 -05:00
17 lines
428 B
TOML
17 lines
428 B
TOML
[package]
|
|
name = "example-custom-rlpx-subprotocol"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
tokio = { workspace = true, features = ["full"] }
|
|
futures.workspace = true
|
|
reth-ethereum = { workspace = true, features = ["node", "network"] }
|
|
reth.workspace = true
|
|
tokio-stream.workspace = true
|
|
eyre.workspace = true
|
|
tracing.workspace = true
|
|
alloy-primitives.workspace = true
|