2022-05-05 22:06:03 +03:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2022-09-15 20:57:24 +03:00
|
|
|
"deferred-rate-limiter",
|
2022-07-26 07:53:38 +03:00
|
|
|
"entities",
|
2023-05-11 23:09:15 +03:00
|
|
|
"latency",
|
2022-08-16 01:50:56 +03:00
|
|
|
"migration",
|
2023-05-31 21:52:51 +03:00
|
|
|
"payment-contracts",
|
2023-02-26 01:40:22 +03:00
|
|
|
"rate-counter",
|
2022-09-15 20:57:24 +03:00
|
|
|
"redis-rate-limiter",
|
2022-11-12 09:11:58 +03:00
|
|
|
"thread-fast-rng",
|
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-10-25 00:07:29 +03:00
|
|
|
[profile.release]
|
2023-01-27 06:23:52 +03:00
|
|
|
# `debug = true` so that sentry can give us line numbers
|
2022-10-25 00:07:29 +03:00
|
|
|
debug = true
|
2023-02-03 00:55:48 +03:00
|
|
|
|
|
|
|
[profile.faster_release]
|
|
|
|
inherits = "release"
|
|
|
|
|
2023-01-27 06:23:52 +03:00
|
|
|
# spend longer compiling for a slightly faster binary
|
|
|
|
codegen-units = 1
|