1
0
mirror of synced 2025-02-14 16:56:33 +00:00
2024-11-05 17:38:35 +07:00

20 lines
469 B
TOML

[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]
tokio = { version = "1", features = ["macros", "rt-multi-thread", "time"] }
libp2p = { version = "0.53", features = ["ed25519", "tokio", "quic"] }
tracing-subscriber = "0.3.18"