fix claude-code proxy

This commit is contained in:
2025-06-24 22:55:16 +09:00
parent 26b1b2cf87
commit 7791399314
5 changed files with 199 additions and 4 deletions

View File

@ -39,6 +39,8 @@ urlencoding = "2.1"
axum = "0.7"
tower = "0.5"
tower-http = { version = "0.5", features = ["cors", "fs"] }
axum-extra = { version = "0.9", features = ["typed-header"] }
tracing = "0.1"
hyper = { version = "1.0", features = ["full"] }
tower-sessions = "0.12"
jsonwebtoken = "9.2"