summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormetametapod <80652640+metametapod@users.noreply.github.com>2023-11-25 18:42:49 -0800
committerLinus Färnstrand <linus@mullvad.net>2023-11-29 11:26:38 +0100
commita3632c3225c74d39f938e48384bb6b2b7014fe49 (patch)
tree75c73de94cd17cbdd0a21b63688153fadb201f85
parent12d3433147e0fb6059b38cc4d6fe31f28c3f77dd (diff)
downloadmullvadvpn-a3632c3225c74d39f938e48384bb6b2b7014fe49.tar.xz
mullvadvpn-a3632c3225c74d39f938e48384bb6b2b7014fe49.zip
Fix error when building psk-exchange example
-rw-r--r--talpid-tunnel-config-client/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-tunnel-config-client/Cargo.toml b/talpid-tunnel-config-client/Cargo.toml
index 751366ff66..aed783edae 100644
--- a/talpid-tunnel-config-client/Cargo.toml
+++ b/talpid-tunnel-config-client/Cargo.toml
@@ -15,7 +15,7 @@ talpid-types = { path = "../talpid-types" }
tonic = { workspace = true }
tower = { workspace = true }
prost = { workspace = true }
-tokio = { workspace = true }
+tokio = { workspace = true, features = ["macros"] }
classic-mceliece-rust = { version = "2.0.0", features = ["mceliece460896f", "zeroize"] }
pqc_kyber = { version = "0.4.0", features = ["std", "kyber1024", "zeroize"] }
zeroize = "1.5.7"