From bcc6860bc33b8d6e2afe5805bf955caa70d4ee91 Mon Sep 17 00:00:00 2001 From: vibes Date: Wed, 25 Feb 2026 09:19:03 +0000 Subject: [PATCH] Exclude examples requiring sol-parser-sdk from workspace These examples depend on a local path to sol-parser-sdk which is not available in the public repo, causing build failures for consumers. Co-Authored-By: Claude Opus 4.6 --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6f5b53f..a8e7f62 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,8 +19,6 @@ members = [ "examples/trading_client", "examples/shared_infrastructure", "examples/middleware_system", - "examples/pumpfun_copy_trading", - "examples/pumpfun_sniper_trading", "examples/pumpswap_trading", "examples/bonk_sniper_trading", "examples/bonk_copy_trading",