97b01db23e
* 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
14 lines
373 B
TOML
14 lines
373 B
TOML
[package]
|
|
name = "nymsphinx-params"
|
|
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]
|
|
thiserror = "1.0.37"
|
|
|
|
crypto = { path = "../../crypto", features = ["hashing", "symmetric"] }
|
|
nymsphinx-types = { path = "../types" }
|