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"]