web3-proxy/Cargo.toml
2022-05-13 20:50:11 +00:00

11 lines
162 B
TOML

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