web3-proxy/Cargo.toml
2022-11-12 06:11:58 +00:00

18 lines
444 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