16 lines
449 B
TOML
16 lines
449 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"
|
|
serde = { workspace = true, features = ["derive"] }
|
|
|
|
nym-crypto = { path = "../../crypto", features = ["hashing", "symmetric"] }
|
|
nym-sphinx-types = { path = "../types" }
|