From 7b1951cf2959bf10382f52ec66d55d7dd8c2bf49 Mon Sep 17 00:00:00 2001 From: ysq Date: Thu, 10 Jul 2025 18:31:01 +0800 Subject: [PATCH] refactor: simplify Cargo.toml keywords --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ed707a..da4d8f7 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = ["William ", "sgxiang ", "wei repository = "https://github.com/0xfnzero/sol-trade-sdk" description = "Rust SDK to interact with the dex trade Solana program." license = "MIT" -keywords = ["solana", "memecoins", "pumpfun", "pumpswap", "raydium", "bonk", "shreds", "yellowstone"] +keywords = ["solana", "memecoins", "pumpfun", "pumpswap", "raydium"] readme = "README.md" [lib]