Files
nym/common/nymsphinx/forwarding/Cargo.toml
T
2025-07-30 19:55:00 +02:00

16 lines
535 B
TOML

[package]
name = "nym-sphinx-forwarding"
version.workspace = true
description = "Sphinx packet forwarding as Nym mix packets"
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
[dependencies]
nym-sphinx-addressing = { path = "../addressing" }
nym-sphinx-params = { path = "../params" }
nym-sphinx-types = { path = "../types", features = ["sphinx", "outfox"] }
nym-sphinx-anonymous-replies = { path = "../anonymous-replies" }
thiserror = { workspace = true }