refactor: 下载部分使用 tokio 的封装代替手动实现 (#245)

This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2025-02-05 02:33:15 +08:00
committed by GitHub
parent 7097b2a6b9
commit 9d8e398cbe
4 changed files with 9 additions and 10 deletions
+1
View File
@@ -41,6 +41,7 @@ serde_urlencoded = { workspace = true }
strum = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true }
tokio-util = { workspace = true }
toml = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }