Files
nym/common/nymsphinx/forwarding/Cargo.toml
T
2023-08-02 16:17:29 +02:00

16 lines
492 B
TOML

[package]
name = "nym-sphinx-forwarding"
version = "0.1.0"
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-outfox = { path = "../../../nym-outfox" }
thiserror = "1"