25 lines
511 B
TOML
25 lines
511 B
TOML
[profile.release]
|
|
panic = "abort"
|
|
opt-level = "s"
|
|
|
|
[workspace]
|
|
|
|
members = [
|
|
"clients/native",
|
|
"clients/webassembly",
|
|
"common/client-libs/directory-client",
|
|
"common/client-libs/gateway-client",
|
|
"common/client-libs/mixnet-client",
|
|
"common/client-libs/validator-client",
|
|
"common/config",
|
|
"common/crypto",
|
|
"common/healthcheck",
|
|
"common/nymsphinx",
|
|
"common/pemstore",
|
|
"common/topology",
|
|
"gateway",
|
|
"gateway/gateway-requests",
|
|
"mixnode",
|
|
"validator",
|
|
]
|