feat: 实现除刷新凭据外的功能,在 main 中给出使用示例

This commit is contained in:
amtoaer
2024-03-18 00:14:52 +08:00
parent b8d035550d
commit 210a72c9cf
12 changed files with 739 additions and 150 deletions

View File

@@ -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"