2022-05-05 22:06:03 +03:00
|
|
|
[workspace]
|
|
|
|
members = [
|
|
|
|
"linkedhashmap",
|
|
|
|
"web3-proxy",
|
2022-05-20 03:53:47 +03:00
|
|
|
"web3-proxy-frontend",
|
2022-05-05 22:06:03 +03:00
|
|
|
]
|
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 22:15:40 +03:00
|
|
|
# TODO: we can't do panic = abort because the websockets disconnect by panicing sometimes
|
2022-05-17 07:08:25 +03:00
|
|
|
[profile.release]
|
|
|
|
debug = true
|
2022-05-16 22:15:40 +03:00
|
|
|
#panic = abort
|
2022-05-13 23:50:11 +03:00
|
|
|
#lto = true
|