web3-proxy/Cargo.toml
2023-01-23 21:39:42 -08:00

18 lines
443 B
TOML

[workspace]
members = [
"deferred-rate-limiter",
"entities",
"migration",
"redis-rate-limiter",
"thread-fast-rng",
"web3_proxy",
]
[profile.release]
# we leave debug = true on so that sentry can give us line numbers
debug = true
# TODO: enable lto (and maybe other things proven with benchmarks) once rapid development is done
lto = true
# TODO: we can't do panic = abort because the websockets disconnect by panicking sometimes