web3-proxy/Cargo.toml
2022-05-16 05:16:32 +00:00

11 lines
160 B
TOML

[workspace]
members = [
"linkedhashmap",
"web3-proxy",
]
# TODO: enable these once rapid development is done
[profile.release]
#lto = true
panic = "abort"