From 8944c5455c6494819bf7dcb8a5b620ad00e3413e Mon Sep 17 00:00:00 2001 From: 0xfnzero <0xfnzero@users.noreply.github.com> Date: Thu, 14 May 2026 00:25:44 +0800 Subject: [PATCH] Refine crate description wording --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1765ab8..4683e3b 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = [ "wei <1415121722@qq.com>", ] repository = "https://github.com/0xfnzero/sol-trade-sdk" -description = "Rust SDK to interact with the dex trade Solana program." +description = "A high-performance Rust SDK for Solana DEX trading." license = "MIT" keywords = ["solana", "memecoins", "pumpfun", "pumpswap", "raydium"] readme = "README.md"