17 lines
433 B
TOML
17 lines
433 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 = "1.0"
|
|
tokio-util = { version = "0.7.4", features = ["codec"] }
|
|
thiserror = "1.0.37"
|
|
|
|
nym-sphinx-types = { path = "../types" }
|
|
nym-sphinx-params = { path = "../params" }
|