bbb46ebd90
* updated 'tokio' to 1.24.1 in the whole codebase * ibid for 'tokio-stream' * ibid for 'tokio-util' * Removed lock file from verify-signature example
16 lines
415 B
TOML
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.4", features = ["codec"] }
|
|
thiserror = "1.0.37"
|
|
|
|
nymsphinx-types = { path = "../types" }
|
|
nymsphinx-params = { path = "../params" }
|