solana-program-library/Cargo.toml

22 lines
409 B
TOML
Raw Normal View History

2020-08-07 09:45:36 -07:00
[workspace]
members = [
"utils/cgen",
2020-08-27 21:12:19 -07:00
"utils/test-client",
2020-08-07 23:58:18 -07:00
"memo/program",
"shared-memory/program",
"stake-pool/program",
"token-lending/program",
2020-08-07 23:58:18 -07:00
"token-swap/program",
2020-09-30 21:12:57 -07:00
"token/cli",
2020-08-07 23:58:18 -07:00
"token/program",
"token/program-v3",
"themis/program_bn",
"themis/program_ristretto",
2020-08-07 09:45:36 -07:00
]
2020-09-01 17:27:11 -07:00
exclude = [
"shared-memory/client",
"token/perf-monitor",
"themis/client_bn",
"themis/client_ristretto",
2020-09-01 17:27:11 -07:00
]