build(server):增加Base64功能库。

This commit is contained in:
徐涛 2024-04-03 15:58:33 +08:00
parent dbc3d25fec
commit 2871ce94d0

View File

@ -10,6 +10,7 @@ anyhow = "1.0.81"
axum = { version = "=0.7.4", features = ["default", "macros", "http2"] }
axum-extra = { version = "0.9.3", features = ["query", "form"] }
axum-macros = "0.4.1"
base64 = "0.22.0"
cert_lib = { path = "../cert_lib" }
chrono = { version = "0.4.37", features = ["serde"] }
chrono-tz = { version = "0.8.6", features = ["serde"] }