Add proper logging, make commands modularized, add new commands and add event handler
Run cargo test / Run tests (push) Has been cancelled

This commit is contained in:
Elias Wendland
2026-07-04 22:56:07 +02:00
parent 1732644dd1
commit c7be6b70dc
16 changed files with 554 additions and 84 deletions
+5 -1
View File
@@ -6,9 +6,13 @@ edition = "2024"
[dependencies]
dotenv = "0.15.0"
exmex = "0.21.0"
f128 = "0.2.9"
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"