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