mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-07-11 15:33:33 +08:00
feat: 实现除刷新凭据外的功能,在 main 中给出使用示例
This commit is contained in:
@@ -4,6 +4,11 @@ version = "2.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0.197", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
reqwest = { version = "0.11", features = ["json"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
strum = { version = "0.26", features = ["derive"] }
|
||||
async-stream = "0.3.5"
|
||||
futures-core = "0.3"
|
||||
futures-util = "0.3.30"
|
||||
|
||||
Reference in New Issue
Block a user