1
0
mirror of synced 2025-02-12 07:36:48 +00:00

21 lines
412 B
TOML
Raw Normal View History

[package]
name = "nomos-mix-message"
version = "0.1.0"
edition = "2021"
[dependencies]
itertools = "0.13"
2024-10-29 23:31:54 +09:00
rand_chacha = "0.3"
2024-11-20 17:22:21 +09:00
serde = { version = "1", features = ["derive"] }
2024-10-29 23:31:54 +09:00
sha2 = "0.10"
sphinx-packet = "0.2"
thiserror = "1.0.65"
x25519-dalek = { version = "2.0.1", features = [
"getrandom",
"static_secrets",
"serde",
] }
[dev-dependencies]
nomos-core = { path = "../../nomos-core/chain-defs" }