Files
nym/common/nymsphinx/params/Cargo.toml
T
2023-02-22 15:19:26 +01:00

15 lines
397 B
TOML

[package]
name = "nym-sphinx-params"
version = "0.1.0"
description = "Sphinx packet parameters for the Nym mixnet"
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
[dependencies]
thiserror = "1.0.37"
nym-crypto = { path = "../../crypto", features = ["hashing", "symmetric"] }
nym-sphinx-types = { path = "../types" }