Files
nanoreth/crates/net/common/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

21 lines
416 B
TOML

[package]
name = "reth-net-common"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
description = "Types shared across network code"
[lints]
workspace = true
[dependencies]
# reth
reth-network-types.workspace = true
# async
pin-project.workspace = true
tokio = { workspace = true, features = ["full"] }