web3-proxy/Cargo.toml

13 lines
317 B
TOML
Raw Normal View History

[workspace]
members = [
"linkedhashmap",
"redis-cell-client",
"web3-proxy",
]
2022-05-13 10:05:38 +03:00
2022-05-20 06:37:17 +03:00
# 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
2022-05-17 07:08:25 +03:00
[profile.release]
debug = true
2022-05-13 23:50:11 +03:00
#lto = true