website/gazebot/Cargo.toml
2024-12-16 17:43:43 +03:00

15 lines
443 B
TOML

[package]
name = "gazebot"
version = "0.1.0"
edition = "2021"
[dependencies]
tracing = "0.1"
tracing-subscriber = "0.3"
dotenvy = "0.15.7"
serenity = { version = "0.12", default-features = false, features = ["client", "gateway", "rustls_backend", "model"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
shuttle-serenity = "0.48.0"
shuttle-runtime = "0.48.0"
reqwest = { version = "0.12", features = ["json"] }
scc = "2"