Files
reth/examples/custom-rlpx-subprotocol/Cargo.toml
Yash Atreya 58fe204ff2 chore: alloy 0.14 (#15635)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2025-04-11 08:28:57 +02:00

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