Files
tycho-protocol-sdk/substreams/Cargo.toml
kayibal d0e73a20ea feat(template): More detailed template.
Add a more detailed protocol implementation in the template. This should allow more ppl to get started quicker. Additionally more people will follow a predetermined structure
2025-02-06 11:04:39 -06:00

22 lines
433 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",
"ethereum-uniswap-v4"
]
resolver = "2"
[profile.release]
lto = true
opt-level = 's'
strip = "debuginfo"