Add token-perf-mon into the workspace

This commit is contained in:
Michael Vines 2020-11-01 00:04:29 -07:00
parent 8901fdc114
commit 8dd09c7530
2 changed files with 1 additions and 3 deletions

View File

@ -10,10 +10,9 @@ members = [
"token/cli",
"token/program",
"token/program-v3",
"token/perf-monitor",
"themis/program_ristretto",
]
exclude = [
"shared-memory/client",
"token/perf-monitor",
"themis/client_ristretto",
]

View File

@ -12,7 +12,6 @@ fi
workspace_crates=(
Cargo.toml
themis/client_ristretto/Cargo.toml
token/perf-monitor/Cargo.toml
)
if [[ ! -r "$solana_dir"/scripts/read-cargo-variable.sh ]]; then