anchor/Cargo.toml

13 lines
183 B
TOML
Raw Normal View History

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 = [
"examples/swap/deps/serum-dex"
]