28 lines
620 B
TOML
28 lines
620 B
TOML
[workspace]
|
|
members = [
|
|
"ethereum-balancer-v2",
|
|
"ethereum-curve",
|
|
"crates/tycho-substreams",
|
|
"crates/substreams-helper",
|
|
"ethereum-ambient",
|
|
"ethereum-uniswap-v2",
|
|
"ethereum-uniswap-v3",
|
|
"ethereum-pancakeswap-v3",
|
|
"ethereum-sfrax",
|
|
"ethereum-sfraxeth",
|
|
"ethereum-uniswap-v3-logs-only",
|
|
"ethereum-template-factory",
|
|
"ethereum-template-singleton",
|
|
"ethereum-uniswap-v4",
|
|
"ethereum-ekubo-v2",
|
|
"ethereum-maverick-v2",
|
|
"ethereum-balancer-v3",
|
|
"ethereum-liquidityparty",
|
|
]
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
opt-level = 's'
|
|
strip = "debuginfo"
|