web3-proxy/Cargo.toml
2022-05-13 07:05:38 +00:00

10 lines
107 B
TOML

[workspace]
members = [
"linkedhashmap",
"web3-proxy",
]
[profile.release]
lto = true
panic = "abort"