Files
nanoreth/examples/manual-p2p/Cargo.toml
Andrzej Sulkowski cc4a418ddf refactor: extract peer types to net/types (#7912)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-27 04:18:59 +00:00

23 lines
505 B
TOML

[package]
name = "manual-p2p"
version = "0.0.0"
publish = false
edition.workspace = true
license.workspace = true
[dependencies]
reth-primitives.workspace = true
reth-network.workspace = true
reth-discv4.workspace = true
reth-eth-wire.workspace = true
reth-ecies.workspace = true
reth-network-types.workspace = true
secp256k1 = { workspace = true, features = ["global-context", "rand-std", "recovery"] }
futures.workspace = true
tokio.workspace = true
eyre.workspace = true
once_cell.workspace = true