Files
nym/contracts/Cargo.toml
T
Jędrzej Stuczyński 2dfb60e296 Merge with develop
2022-04-21 14:01:47 +01:00

13 lines
324 B
TOML

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