From 465a5c75ae68b53787c971a22d24726e59619799 Mon Sep 17 00:00:00 2001 From: lubeilin <1791778603@qq.com> Date: Thu, 28 Sep 2023 10:05:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4features?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vnt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnt/Cargo.toml b/vnt/Cargo.toml index ee12417..8164797 100644 --- a/vnt/Cargo.toml +++ b/vnt/Cargo.toml @@ -52,6 +52,6 @@ ring-cipher = ["ring"] aes_cbc=["cbc"] aes_ecb=["ecb"] sm4_cbc=["libsm"] -aes_gcm=["aes-gcm","ring"] +aes_gcm=["aes-gcm"] server_encrypt =["rsa","spki"]