Files
nym/common/nymsphinx/framing/Cargo.toml
T
2024-05-20 13:16:25 +02:00

18 lines
526 B
TOML

[package]
name = "nym-sphinx-framing"
version = "0.1.0"
description = "Sphinx packet framing for the Nym mixnet"
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
[dependencies]
bytes = { workspace = true }
tokio-util = { workspace = true, features = ["codec"] }
thiserror = { workspace = true }
nym-sphinx-types = { path = "../types", features = ["sphinx", "outfox"] }
nym-sphinx-params = { path = "../params", features = ["sphinx", "outfox"] }