feat(health): 新增 media_folder/media_item/banner 实体 + image/hmac/sha2 依赖

This commit is contained in:
iven
2026-05-10 14:19:55 +08:00
parent d6abf45e7e
commit 603a986281
6 changed files with 113 additions and 0 deletions

View File

@@ -37,6 +37,9 @@ chrono.workspace = true
moka = { version = "0.12", features = ["sync"] }
metrics.workspace = true
metrics-exporter-prometheus.workspace = true
hmac = "0.12"
sha2 = "0.10"
hex = "0.4"
[dev-dependencies]
erp-auth = { workspace = true }