anchor/Cargo.toml

21 lines
306 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 = [
"cli",
2021-01-29 08:02:34 -08:00
"client",
2021-01-30 05:14:45 -08:00
"lang",
"lang/attribute/*",
"lang/derive/*",
"lang/syn",
2021-01-15 19:16:17 -08:00
"spl",
2020-12-31 16:03:34 -08:00
]
exclude = [
"tests/swap/deps/openbook-dex",
"tests/cfo/deps/openbook-dex",
]