Public Access
Add proper logging, make commands modularized, add new commands and add event handler
Run cargo test / Run tests (push) Has been cancelled
Run cargo test / Run tests (push) Has been cancelled
This commit is contained in:
+5
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user