Files
nym/common/nymsphinx/framing/Cargo.toml
T
Jędrzej Stuczyński 97b01db23e Chore/more error macros (#2686)
* cleaned up MixProcessingError

* Added Error impl to (hopefully) all error enums in the codebase

* Replaced all occurences of error("{0}") with error(transparent)

* Changelog entry
2022-12-13 17:42:11 +00:00

16 lines
415 B
TOML

[package]
name = "nymsphinx-framing"
version = "0.1.0"
authors = ["Jedrzej Stuczynski <andrew@nymtech.net>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytes = "1.0"
tokio-util = { version = "0.7.3", features = ["codec"] }
thiserror = "1.0.37"
nymsphinx-types = { path = "../types" }
nymsphinx-params = { path = "../params" }