12 lines
250 B
TOML
12 lines
250 B
TOML
[workspace]
|
|
members = [
|
|
"linkedhashmap",
|
|
"web3-proxy",
|
|
]
|
|
|
|
# TODO: enable these once rapid development is done
|
|
# TODO: we can't do panic = abort because the websockets disconnect by panicing sometimes
|
|
#[profile.release]
|
|
#panic = abort
|
|
#lto = true
|