web3-proxy/Cargo.toml
2022-09-15 17:57:24 +00:00

15 lines
357 B
TOML

[workspace]
members = [
"deferred-rate-limiter",
"entities",
"migration",
"redis-rate-limiter",
"web3_proxy",
]
# 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
#[profile.release]
#debug = true
#lto = true