Files
nym/common/nymsphinx/cover/Cargo.toml
T
2023-02-22 15:19:26 +01:00

22 lines
708 B
TOML

[package]
name = "nym-sphinx-cover"
version = "0.1.0"
description = "Sphinx packets used as cover traffic"
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
[dependencies]
rand = { version = "0.7.3", features = ["wasm-bindgen"] }
thiserror = "1.0.37"
nym-crypto = { path = "../../crypto" }
nym-sphinx-acknowledgements = { path = "../acknowledgements" }
nym-sphinx-addressing = { path = "../addressing" }
nym-sphinx-chunking = { path = "../chunking" }
nym-sphinx-params = { path = "../params" }
nym-sphinx-forwarding = { path = "../forwarding" }
nym-sphinx-types = { path = "../types" }
nym-topology = { path = "../../topology" }