Files
nanoreth/examples/custom-rlpx-subprotocol/Cargo.toml
Luca Provini 063c08f561 Subprotocol example (#8991)
Co-authored-by: owanikin <oderindeife@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-26 15:54:26 +00:00

24 lines
575 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-eth-wire.workspace = true
reth-network.workspace = true
reth-network-api.workspace = true
reth-node-ethereum.workspace = true
reth-provider.workspace = true
reth-primitives.workspace = true
reth-rpc-types.workspace = true
reth.workspace = true
tokio-stream.workspace = true
eyre.workspace = true
rand.workspace = true
tracing.workspace = true