implement compressed local audio cache

This commit is contained in:
mii443
2025-04-04 20:45:20 +09:00
parent 77b4c3e04d
commit c68e533133
13 changed files with 103 additions and 25 deletions

View File

@ -16,6 +16,8 @@ async-trait = "0.1.57"
redis = "*"
regex = "1"
tracing-subscriber = "0.3.19"
lru = "0.13.0"
tracing = "0.1.41"
[dependencies.uuid]
version = "0.8"