Skip to content

Instantly share code, notes, and snippets.

@blockiong
blockiong / Cargo.toml
Created February 3, 2026 22:28
Solana Sniper Bot - Production Grade (Rust/Agave 3.0)
[package]
name = "solana_sniper"
version = "0.1.0"
edition = "2021"
[dependencies]
# 核心框架
tokio = { version = "1", features = ["full"] }
warp = "0.3"
reqwest = { version = "0.11", features = ["json"] }