Files
nym/contracts/Cargo.toml
T

22 lines
352 B
TOML

[workspace]
members = [
"coconut-bandwidth",
"mixnet",
"vesting",
"multisig/cw3-flex-multisig",
"multisig/cw4-group",
"coconut-test",
"coconut-dkg"
]
[profile.release]
opt-level = 3
debug = false
rpath = false
lto = true
debug-assertions = false
codegen-units = 1
panic = 'abort'
incremental = false
overflow-checks = true