fix/hosepipe

This commit is contained in:
Zomatree
2026-03-05 04:24:54 +00:00
parent 24d0d2b726
commit c5844b6281
10 changed files with 215 additions and 67 deletions

View File

@@ -36,6 +36,7 @@ async-std = { version = "1.8.0", features = [
"tokio02",
"attributes",
] }
async-trait = "0.1.89"
# core
authifier = { version = "1.0.16" }
@@ -48,3 +49,6 @@ revolt-presence = { path = "../core/presence", features = ["redis-is-patched"] }
# redis
fred = { version = "8.0.1", features = ["subscriber-client"] }
# Redis
amqprs = { version = "1.7.0" }