2022-05-05 22:06:03 +03:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2022-07-26 07:53:38 +03:00
|
|
|
"entities",
|
2022-08-10 05:37:34 +03:00
|
|
|
"fifomap",
|
2022-05-05 22:06:03 +03:00
|
|
|
"linkedhashmap",
|
2022-08-16 01:50:56 +03:00
|
|
|
"migration",
|
|
|
|
"redis-rate-limit",
|
2022-08-05 22:22:23 +03:00
|
|
|
"web3_proxy",
|
2022-05-05 22:06:03 +03:00
|
|
|
]
|
2022-05-13 10:05:38 +03:00
|
|
|
|
2022-05-20 06:37:17 +03:00
|
|
|
# TODO: enable lto (and maybe other things proven with benchmarks) once rapid development is done
|
|
|
|
# TODO: we can't do panic = abort because the websockets disconnect by panicking sometimes
|
2022-07-25 21:53:11 +03:00
|
|
|
#[profile.release]
|
|
|
|
#debug = true
|
2022-05-13 23:50:11 +03:00
|
|
|
#lto = true
|