web3-proxy/Cargo.toml

12 lines
250 B
TOML
Raw Normal View History

[workspace]
members = [
"linkedhashmap",
"web3-proxy",
]
2022-05-13 10:05:38 +03:00
2022-05-13 23:50:11 +03:00
# TODO: enable these once rapid development is done
2022-05-16 22:15:40 +03:00
# TODO: we can't do panic = abort because the websockets disconnect by panicing sometimes
#[profile.release]
#panic = abort
2022-05-13 23:50:11 +03:00
#lto = true