From 0e819f8bfe26b84f1dc5be97fd0b561fdfe601c7 Mon Sep 17 00:00:00 2001 From: HomeDev68 Date: Tue, 10 Sep 2024 16:33:12 +0000 Subject: [PATCH] Add required vsda features as defined in ./cli/src/tunnels/challenge.rs --- cli/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b820ffcc..4f0697cc 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -82,3 +82,4 @@ codegen-units = 1 [features] default = [] vscode-encrypt = [] +vsda = []