7b2036bd33
* Merge branch 'develop' into feature/socks5-no-core common/client-libs/directory-client/models/src/presence/topology.rs * More diagnostics * WIP commit, not properly multithreaded * WIP, now sort of multithreaded but errors all over the place * Replaced expect with a return * Adding abort on panic * Removing a few noisy prints * Another ack-related expect replaced * Moved profile.dev annotation to workspace cargo.toml * Semi-stabilised socks * Assigning connection shared key post registration (#309) * Sending return address with connect request * WIP commit * Reading all available data on reader + removed duplicate code Co-authored-by: jstuczyn <jedrzej.stuczynski@gmail.com>
41 lines
989 B
TOML
41 lines
989 B
TOML
[profile.release]
|
|
panic = "abort"
|
|
opt-level = "s"
|
|
|
|
[profile.dev]
|
|
panic = "abort"
|
|
|
|
[workspace]
|
|
|
|
members = [
|
|
"clients/native",
|
|
"clients/native/websocket-requests",
|
|
"clients/socks5",
|
|
"clients/webassembly",
|
|
"clients/client-core",
|
|
"common/client-libs/directory-client",
|
|
"common/client-libs/directory-client/models",
|
|
"common/client-libs/gateway-client",
|
|
"common/client-libs/mixnet-client",
|
|
"common/client-libs/validator-client",
|
|
"common/config",
|
|
"common/crypto",
|
|
"common/nymsphinx",
|
|
"common/nymsphinx/acknowledgements",
|
|
"common/nymsphinx/addressing",
|
|
"common/nymsphinx/anonymous-replies",
|
|
"common/nymsphinx/chunking",
|
|
"common/nymsphinx/cover",
|
|
"common/nymsphinx/framing",
|
|
"common/nymsphinx/params",
|
|
"common/nymsphinx/types",
|
|
"common/pemstore",
|
|
"common/topology",
|
|
"common/utils",
|
|
"gateway",
|
|
"gateway/gateway-requests",
|
|
"service-providers/simple-socks5",
|
|
"mixnode",
|
|
"validator",
|
|
]
|