d8fed178aa
* Upgrade to tokio 1.19.1, tokio-util 0.7.3, tokio-stream 0.1.9, tokio-test 0.4.2 * Tokio-util 0.7.3 handle_done_delaying, handle_expired_ack_timer * Upgrade to tokio 1.19.1, tokio-util 0.7.3, tokio-stream 0.1.9, tokio-test 0.4.2
15 lines
394 B
TOML
15 lines
394 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"] }
|
|
|
|
nymsphinx-types = { path = "../types" }
|
|
nymsphinx-params = { path = "../params" }
|