mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-11 10:54:17 +00:00
websocket feature dependency fixup
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
7e614ed9eb
commit
43a25b7713
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user