23 lines
735 B
TOML
23 lines
735 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 = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
|
|
nym-crypto = { path = "../../crypto" }
|
|
nym-sphinx-acknowledgements = { path = "../acknowledgements" }
|
|
nym-sphinx-addressing = { path = "../addressing" }
|
|
nym-sphinx-chunking = { path = "../chunking" }
|
|
nym-sphinx-forwarding = { path = "../forwarding" }
|
|
nym-sphinx-params = { path = "../params" }
|
|
nym-sphinx-routing = { path = "../routing" }
|
|
nym-sphinx-types = { path = "../types" }
|
|
nym-topology = { path = "../../topology" }
|