website/gazebot/Cargo.toml

11 lines
326 B
TOML
Raw Normal View History

2024-10-30 14:00:36 +03:00
[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"] }