This commit is contained in:
fengchuanhn@gmail.com
2026-05-17 22:05:34 +08:00
parent 9dfeaa9e18
commit c70995fbc9
14 changed files with 428 additions and 148 deletions

View File

@@ -23,6 +23,10 @@ tokio = { version = "1", features = ["full"] }
futures-util = "0.3"
async-trait = "0.1"
# API AES-256-GCM与 pythonbackend 一致)
aes-gcm = "0.10"
hex = "0.4"
# HTTP client
reqwest = { version = "0.12", default-features = false, features = [
"json",