Files
nym/common/nymsphinx/routing/Cargo.toml
2023-07-27 12:18:08 +03:00

16 lines
416 B
TOML

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