web3-proxy/Cargo.toml
2022-05-20 00:53:57 +00:00

15 lines
311 B
TOML

[workspace]
members = [
"linkedhashmap",
"web3-proxy",
"web3-proxy-frontend",
"web3-proxy-minimal",
]
# TODO: enable these once rapid development is done
# TODO: we can't do panic = abort because the websockets disconnect by panicing sometimes
[profile.release]
debug = true
#panic = abort
#lto = true