23 lines
332 B
TOML
23 lines
332 B
TOML
[profile.release]
|
|
lto = true
|
|
|
|
[profile.release.package.anchor-cli]
|
|
codegen-units = 1
|
|
|
|
[workspace]
|
|
members = [
|
|
"avm",
|
|
"cli",
|
|
"client",
|
|
"lang",
|
|
"lang/attribute/*",
|
|
"lang/derive/*",
|
|
"lang/syn",
|
|
"spl",
|
|
]
|
|
exclude = [
|
|
"tests/swap/deps/openbook-dex",
|
|
"tests/cfo/deps/openbook-dex",
|
|
]
|
|
resolver = "2"
|