Files
nanoreth/examples/manual-p2p/Cargo.toml
DaniPopes c9a348dd2c chore(deps): bump breaking deps (#14570)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2025-02-19 11:36:15 +00:00

25 lines
547 B
TOML

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