Files
tg-dev-srv-bot/Cargo.toml
T
2026-07-04 23:27:05 +02:00

19 lines
424 B
TOML

[package]
name = "tg-dev-srv-bot"
version = "0.0.2"
edition = "2024"
[dependencies]
dotenv = "0.15.0"
exmex = "0.21.0"
poise = "0.6.2"
rug = "1.30.0"
serenity = "0.12.5"
sqlx = { version = "0.9.0", features = ["postgres", "runtime-tokio", "macros"] }
tokio = { version = "1.52.3", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
[dev-dependencies]
rand = "0.10.2"