anchor/Cargo.toml

22 lines
349 B
TOML

[profile.release]
lto = true
[profile.release.package.anchor-cli]
codegen-units = 1
[workspace]
members = [
"cli",
"client",
"lang",
"lang/attribute/*",
"lang/derive/*",
"lang/syn",
"spl",
]
exclude = [
"tests/swap/deps/serum-dex",
"tests/cfo/deps/serum-dex",
"tests/permissioned-markets/deps/serum-dex",
]