web3-proxy/Cargo.toml
2022-08-05 19:22:23 +00:00

15 lines
348 B
TOML

[workspace]
members = [
"entities",
"migration",
"linkedhashmap",
"redis-cell-client",
"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