From 8dd09c753038db0e1d2461ffeb1b7dbb0868515d Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sun, 1 Nov 2020 00:04:29 -0700 Subject: [PATCH] Add token-perf-mon into the workspace --- Cargo.toml | 3 +-- patch.crates-io.sh | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 16a7cf88..c0f66c81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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", ] diff --git a/patch.crates-io.sh b/patch.crates-io.sh index 60e17e5a..96649bd5 100755 --- a/patch.crates-io.sh +++ b/patch.crates-io.sh @@ -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