web3-proxy/Cargo.toml
2022-08-15 22:50:56 +00:00

16 lines
360 B
TOML

[workspace]
members = [
"entities",
"fifomap",
"linkedhashmap",
"migration",
"redis-rate-limit",
"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