From 7a0964a24fc5a7a09984b8eeb9b5c05f7f738f52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Wed, 3 Apr 2024 13:11:47 +0800 Subject: [PATCH] =?UTF-8?q?build(server):=E5=A2=9E=E5=8A=A0=E7=94=A8?= =?UTF-8?q?=E4=BA=8E=E4=BA=A7=E7=94=9F=E9=9A=8F=E6=9C=BA=E6=95=B0=E7=9A=84?= =?UTF-8?q?=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 e2e2f07..0fb214c 100644 --- a/license_server/Cargo.toml +++ b/license_server/Cargo.toml @@ -14,6 +14,7 @@ cert_lib = { path = "../cert_lib" } chrono = { version = "0.4.37", features = ["serde"] } chrono-tz = { version = "0.8.6", features = ["serde"] } openssl = "0.10.64" +rand = "0.8.5" serde = { version = "1.0.197", features = ["derive"] } serde_json = { version = "1.0.115", features = ["raw_value"] } serde_qs = { version = "0.12.0", features = ["axum"] }