mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
25 lines
547 B
TOML
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
|