Files
nanoreth/examples/polygon-p2p/Cargo.toml
georgehao 2e4376f359 add format checker to .toml (#13968)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2025-01-28 12:20:58 +00:00

22 lines
661 B
TOML

[package]
name = "example-polygon-p2p"
version = "0.0.0"
publish = false
edition.workspace = true
license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
secp256k1 = { workspace = true, features = ["global-context", "rand-std", "recovery"] }
tokio.workspace = true
reth-network.workspace = true
reth-chainspec.workspace = true
reth-network-api.workspace = true
reth-primitives.workspace = true
serde_json.workspace = true
reth-tracing.workspace = true
tokio-stream.workspace = true
reth-discv4 = { workspace = true, features = ["test-utils"] }
alloy-primitives.workspace = true