Skip to content

Commit

Permalink
cdh/secret: fix cli tool build error
Browse files Browse the repository at this point in the history
Signed-off-by: Xynnn007 <[email protected]>
  • Loading branch information
Xynnn007 committed Aug 18, 2023
1 parent fce83dc commit 8b36a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion confidential-data-hub/secret/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 8b36a70

Please sign in to comment.