[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