[package] name = "nymsphinx-framing" version = "0.1.0" authors = ["Jedrzej Stuczynski "] 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" }