mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Subprotocol example (#8991)
Co-authored-by: owanikin <oderindeife@gmail.com> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
23
examples/custom-rlpx-subprotocol/Cargo.toml
Normal file
23
examples/custom-rlpx-subprotocol/Cargo.toml
Normal file
@ -0,0 +1,23 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user