feat: 后端支持弹幕下载

This commit is contained in:
lanyeeee
2025-07-25 05:58:21 +08:00
parent 9c311ef3e1
commit 874494d15d
19 changed files with 2790 additions and 6 deletions
+4
View File
@@ -45,6 +45,10 @@ bytes = { version = "1.10.1" }
fs4 = { version = "0.13.1" }
num_enum = { version = "0.7.4" }
chrono = { version = "0.4.41" }
prost = { version = "0.14.1" }
yaserde = { version = "0.12.0", features = ["yaserde_derive"] }
float-ord = { version = "0.3.2" }
memchr = { version = "2.7.5" }
[profile.release]
strip = true