playing works

This commit is contained in:
2026-03-08 19:41:52 +01:00
parent b7a13646ee
commit 7ff7430306
9 changed files with 1034 additions and 91 deletions
+2 -2
View File
@@ -7,11 +7,11 @@ edition = "2024"
async-nats = { version = "0.46.0" }
postcard = { version = "1.1.3", features = ["use-std"] }
serenity = { version = "0.12.5", default-features = false, features = [
"cache",
"client",
"collector",
"gateway",
"rustls_backend",
"model",
"collector",
] }
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
types = { path = "../../libs/types" }