mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 21:38:31 +00:00
Crate network_utils crate
This commit is contained in:
18
common/network_utils/Cargo.toml
Normal file
18
common/network_utils/Cargo.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[package]
|
||||
name = "network_utils"
|
||||
version = "0.1.0"
|
||||
edition = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
discv5 = { workspace = true }
|
||||
libp2p-identity = "0.2"
|
||||
lru_cache = { workspace = true }
|
||||
metrics = { workspace = true }
|
||||
multiaddr = "0.18.2"
|
||||
parking_lot = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
tiny-keccak = { version = "2", features = ["keccak"] }
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
hex = { workspace = true }
|
||||
Reference in New Issue
Block a user