2022-05-05 22:06:03 +03:00
|
|
|
[workspace]
|
|
|
|
members = [
|
|
|
|
"linkedhashmap",
|
|
|
|
"web3-proxy",
|
|
|
|
]
|
2022-05-13 10:05:38 +03:00
|
|
|
|
2022-05-13 23:50:11 +03:00
|
|
|
# TODO: enable these once rapid development is done
|
2022-05-16 08:16:32 +03:00
|
|
|
[profile.release]
|
2022-05-13 23:50:11 +03:00
|
|
|
#lto = true
|
2022-05-16 08:16:32 +03:00
|
|
|
panic = "abort"
|