mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
24 lines
610 B
TOML
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
|