8baa236d81
* Moved `nym-sphinx-wasm` into `wasm` folder and renamed its examples * A proposal for some structural cleanup * desktop client: beginning of a Rust example for chunking. * Simplifying desktop client readme * Tarting up webassembly README * A more visual webassembly client example * clients/webassembly: grouping a few things into named functions for clarity * clients/webassembly: put URLs at top of file, prepping for drop-down action * mixnode + provider run: changed startup error messages a bit * clients/webassembly: scrolling from the bottom in the demo
27 lines
583 B
TOML
27 lines
583 B
TOML
[profile.release]
|
|
panic = "abort"
|
|
opt-level = "s"
|
|
|
|
[workspace]
|
|
|
|
members = [
|
|
"clients/desktop",
|
|
"clients/webassembly",
|
|
"common/client-libs/directory-client",
|
|
"common/client-libs/mix-client",
|
|
"common/client-libs/multi-tcp-client",
|
|
"common/client-libs/provider-client",
|
|
"common/client-libs/validator-client",
|
|
"common/config",
|
|
"common/crypto",
|
|
"common/healthcheck",
|
|
"common/nymsphinx",
|
|
"common/pemstore",
|
|
"common/topology",
|
|
"gateway",
|
|
"mixnode",
|
|
"sfw-provider",
|
|
"sfw-provider/sfw-provider-requests",
|
|
"validator",
|
|
]
|