10 lines
107 B
TOML
10 lines
107 B
TOML
[workspace]
|
|
members = [
|
|
"linkedhashmap",
|
|
"web3-proxy",
|
|
]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
panic = "abort"
|