Files
nym/Cargo.toml
T
Dave Hrycyszyn 8baa236d81 Feature/wasm js demo (#191)
* 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
2020-04-21 10:05:38 +01:00

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",
]