anchor/Cargo.toml

24 lines
379 B
TOML
Raw Normal View History

[profile.release]
lto = true
[profile.release.package.anchor-cli]
codegen-units = 1
2020-12-31 16:03:34 -08:00
[workspace]
members = [
"avm",
2020-12-31 16:03:34 -08:00
"cli",
2021-01-29 08:02:34 -08:00
"client",
2021-01-30 05:14:45 -08:00
"lang",
"lang/attribute/*",
2022-02-10 10:46:57 -08:00
"lang/common",
2021-01-30 05:14:45 -08:00
"lang/derive/*",
"lang/syn",
2021-01-15 19:16:17 -08:00
"spl",
2020-12-31 16:03:34 -08:00
]
exclude = [
2021-09-04 05:33:39 -07:00
"tests/swap/deps/serum-dex",
"tests/cfo/deps/serum-dex",
"tests/permissioned-markets/deps/serum-dex",
]