From 8b36a70a7d28bd511ba7ddeeb0aaa7998210cba5 Mon Sep 17 00:00:00 2001 From: Xynnn007 Date: Fri, 18 Aug 2023 18:36:43 +0800 Subject: [PATCH] cdh/secret: fix cli tool build error Signed-off-by: Xynnn007 --- confidential-data-hub/secret/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confidential-data-hub/secret/Cargo.toml b/confidential-data-hub/secret/Cargo.toml index f48946142..330362eed 100644 --- a/confidential-data-hub/secret/Cargo.toml +++ b/confidential-data-hub/secret/Cargo.toml @@ -30,7 +30,7 @@ rstest.workspace = true [features] default = [ "cli" ] -cli = ["clap/derive", "rand", "tokio/rt-multi-thread"] +cli = ["clap/derive", "rand", "tokio/rt-multi-thread", "tokio/sync", "tokio/macros"] aliyun = ["kms/aliyun"] kbs = ["kms/kbs"]