Files
tycho-protocol-sdk/substreams/Cargo.toml
kayibal 08d2c7a82e feat(template): Add template for singleton protocols.
Separate templates and add one for protocols with only a single contract.
2025-02-06 11:04:39 -06:00

23 lines
477 B
TOML

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