From 2871ce94d0ed98cc622bf2bbede2580d77bf6337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Wed, 3 Apr 2024 15:58:33 +0800 Subject: [PATCH] =?UTF-8?q?build(server):=E5=A2=9E=E5=8A=A0Base64=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=BA=93=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- license_server/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/license_server/Cargo.toml b/license_server/Cargo.toml index 0fb214c..f5119ca 100644 --- a/license_server/Cargo.toml +++ b/license_server/Cargo.toml @@ -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"] }