From 0b6896e3a1acc0016644d094985dd93234d58ba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Wed, 3 Apr 2024 10:14:29 +0800 Subject: [PATCH] =?UTF-8?q?build(server):=E5=A2=9E=E5=8A=A0OpenSSL?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=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 c31ffd6..e2e2f07 100644 --- a/license_server/Cargo.toml +++ b/license_server/Cargo.toml @@ -13,6 +13,7 @@ axum-macros = "0.4.1" cert_lib = { path = "../cert_lib" } chrono = { version = "0.4.37", features = ["serde"] } chrono-tz = { version = "0.8.6", features = ["serde"] } +openssl = "0.10.64" serde = { version = "1.0.197", features = ["derive"] } serde_json = { version = "1.0.115", features = ["raw_value"] } serde_qs = { version = "0.12.0", features = ["axum"] }