feat: Add CLI trading tool with multi-DEX support

This commit is contained in:
ysq
2025-09-15 21:12:42 +08:00
parent 8aecc039b1
commit 558188bb38
9 changed files with 1873 additions and 5 deletions
+2 -2
View File
@@ -90,14 +90,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.6.13" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.6.14" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
sol-trade-sdk = "0.6.13"
sol-trade-sdk = "0.6.14"
```
## 🛠️ Usage Examples