Files
nanoreth/examples/custom-rlpx-subprotocol/Cargo.toml
2024-10-02 11:16:20 +02:00

24 lines
610 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, features = ["test-utils"] }
reth-primitives.workspace = true
reth.workspace = true
tokio-stream.workspace = true
eyre.workspace = true
rand.workspace = true
tracing.workspace = true
alloy-primitives.workspace = true