Files
2026-04-17 09:23:55 +01:00

22 lines
543 B
TOML

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