1
0
mirror of synced 2025-01-27 07:55:17 +00:00

20 lines
469 B
TOML
Raw Normal View History

[package]
name = "nomos-mix-network"
version = "0.1.0"
edition = "2021"
[dependencies]
cached = "0.53.1"
futures = "0.3.30"
futures-timer = "3.0.3"
libp2p = "0.53"
tracing = "0.1"
nomos-mix = { path = "../core" }
nomos-mix-message = { path = "../message" }
sha2 = "0.10"
[dev-dependencies]
2024-10-22 16:59:42 +02:00
tokio = { version = "1", features = ["macros", "rt-multi-thread", "time"] }
libp2p = { version = "0.53", features = ["ed25519", "tokio", "quic"] }
tracing-subscriber = "0.3.18"