17 lines
417 B
TOML
17 lines
417 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 }
|
|
|
|
[dependencies]
|
|
thiserror = { workspace = true }
|
|
|
|
nym-sphinx-addressing = { workspace = true }
|
|
nym-sphinx-types = { workspace = true, features = ["sphinx"] }
|
|
|
|
[features]
|