websocket feature dependency fixup

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-07-15 14:59:39 +02:00
parent 7e614ed9eb
commit 43a25b7713

View File

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