fcfe463efa
* Removed constructor from NymTopology trait + split directory_client * Removed bunch of duplicate wasm topology code * Post-merge changes
33 lines
793 B
TOML
33 lines
793 B
TOML
[profile.release]
|
|
panic = "abort"
|
|
opt-level = "s"
|
|
|
|
[workspace]
|
|
|
|
members = [
|
|
"clients/native",
|
|
"clients/webassembly",
|
|
"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/healthcheck",
|
|
"common/nymsphinx",
|
|
"common/nymsphinx/acknowledgements",
|
|
"common/nymsphinx/addressing",
|
|
"common/nymsphinx/chunking",
|
|
"common/nymsphinx/cover",
|
|
"common/nymsphinx/framing",
|
|
"common/nymsphinx/params",
|
|
"common/nymsphinx/types",
|
|
"common/pemstore",
|
|
"common/topology",
|
|
"gateway",
|
|
"gateway/gateway-requests",
|
|
"mixnode",
|
|
"validator",
|
|
]
|