build(server):增加Base64功能库。
This commit is contained in:
parent
dbc3d25fec
commit
2871ce94d0
|
@ -10,6 +10,7 @@ anyhow = "1.0.81"
|
||||||
axum = { version = "=0.7.4", features = ["default", "macros", "http2"] }
|
axum = { version = "=0.7.4", features = ["default", "macros", "http2"] }
|
||||||
axum-extra = { version = "0.9.3", features = ["query", "form"] }
|
axum-extra = { version = "0.9.3", features = ["query", "form"] }
|
||||||
axum-macros = "0.4.1"
|
axum-macros = "0.4.1"
|
||||||
|
base64 = "0.22.0"
|
||||||
cert_lib = { path = "../cert_lib" }
|
cert_lib = { path = "../cert_lib" }
|
||||||
chrono = { version = "0.4.37", features = ["serde"] }
|
chrono = { version = "0.4.37", features = ["serde"] }
|
||||||
chrono-tz = { version = "0.8.6", features = ["serde"] }
|
chrono-tz = { version = "0.8.6", features = ["serde"] }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user