b564cd935e
* Moved 'addressing' to nymsphinx + slightly better API + tests * Replaced all usages of above in the project * Removed 'split_and_encapsulate_message' from chunking API to get rid of circular dependency + to prefer usage of TopologyAccessor * changes in Cargo.lock * formatting
24 lines
500 B
TOML
24 lines
500 B
TOML
[profile.release]
|
|
panic = "abort"
|
|
|
|
[workspace]
|
|
|
|
members = [
|
|
"common/clients/directory-client",
|
|
"common/clients/mix-client",
|
|
"common/clients/multi-tcp-client",
|
|
"common/clients/provider-client",
|
|
"common/clients/validator-client",
|
|
"common/config",
|
|
"common/crypto",
|
|
"common/healthcheck",
|
|
"common/nymsphinx",
|
|
"common/pemstore",
|
|
"common/topology",
|
|
"mixnode",
|
|
"nym-client",
|
|
"sfw-provider",
|
|
"sfw-provider/sfw-provider-requests",
|
|
"validator",
|
|
]
|