mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-08-29 03:56:57 +08:00
refactor: 下载部分使用 tokio 的封装代替手动实现 (#245)
This commit is contained in:
@@ -61,6 +61,7 @@ serde_urlencoded = "0.7.1"
|
||||
strum = { version = "0.26.3", features = ["derive"] }
|
||||
thiserror = "2.0.11"
|
||||
tokio = { version = "1.43.0", features = ["full"] }
|
||||
tokio-util = { version = "0.7.13", features = ["io"] }
|
||||
toml = "0.8.19"
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = { version = "0.3.19", features = ["chrono"] }
|
||||
|
||||
Reference in New Issue
Block a user