Files
lapa_v3/Cargo.toml
2025-11-06 12:46:09 +01:00

22 lines
467 B
TOML

[package]
name = "sniper-bot"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1"
futures = "0.3"
tokio = { version = "1.39", features = ["rt-multi-thread", "macros", "signal", "fs"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
openssl = { version = "0.10", features = ["vendored"] }
yellowstone-grpc-client = "4"
yellowstone-grpc-proto = "4"
tonic = "0.11"
bs58 = "0.5"
dotenvy = "0.15"