From 43a25b77131766327076eeaa20c8345deb9eed7d Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 15 Jul 2020 14:59:39 +0200 Subject: [PATCH] websocket feature dependency fixup Signed-off-by: Wolfgang Bumiller --- proxmox/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index d9fe53ca..1dc3a7fd 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -58,7 +58,7 @@ api-macro = ["proxmox-api-macro"] test-harness = [] cli = [ "router", "hyper", "tokio" ] router = [ "hyper", "tokio" ] -websocket = [ "tokio", "futures", "tokio/sync", "openssl" ] +websocket = [ "futures", "hyper", "openssl", "tokio/sync", "tokio/io-util", "openssl" ] # tools: #valgrind = ["proxmox-tools/valgrind"]