feat(callback): add callback
This commit is contained in:
@@ -56,6 +56,7 @@ rsa = "0.9.10"
|
||||
uuid = { version = "1", features = ["v4", "serde"] }
|
||||
hmac = "0.12.1"
|
||||
sha2 = "0.10.9"
|
||||
redis = { version = "0.27.6", features = ["tokio-comp", "connection-manager"] }
|
||||
|
||||
# API 文档 (OpenAPI/Scalar)
|
||||
utoipa = { version = "5", features = ["axum_extras", "uuid", "chrono"] }
|
||||
@@ -68,6 +69,8 @@ tower_governor = { version = "0.8.0", features = ["axum"] }
|
||||
|
||||
# 时间处理
|
||||
chrono = "0.4.43"
|
||||
url = "2.5.4"
|
||||
percent-encoding = "2.3.2"
|
||||
|
||||
[dev-dependencies]
|
||||
# 测试工具
|
||||
|
||||
Reference in New Issue
Block a user