4972ad8c53
* Rename erc20-bridge to bandwidth-claim * Rename contract constant in network defaults
13 lines
236 B
TOML
13 lines
236 B
TOML
[workspace]
|
|
members = ["bandwidth-claim", "mixnet", "vesting"]
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
debug = false
|
|
rpath = false
|
|
lto = true
|
|
debug-assertions = false
|
|
codegen-units = 1
|
|
panic = 'abort'
|
|
incremental = false
|
|
overflow-checks = true |