main commit

This commit is contained in:
2026-05-11 19:16:21 +02:00
commit fee9cf488f
9 changed files with 3662 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[package]
name = "late-worker"
version = "0.1.0"
edition = "2024"
[dependencies]
dotenvy = "0.15.7"
poise = "0.6.2"
serenity = { version = "0.12.5", features = ["cache"] }
sqlx = { version = "0.8.6", features = ["any", "mysql", "runtime-tokio", "sqlite"] }
tokio = { version = "1.52.3", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = "0.3.23"