mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-17 22:22:38 +00:00
proxmox: add missing +router -> futures dep
this is shadowed by the websocket feature being enabled by default. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
10d2453ed3
commit
ebeaf483ab
@ -57,7 +57,7 @@ sortable-macro = ["proxmox-sortable-macro"]
|
||||
api-macro = ["proxmox-api-macro"]
|
||||
test-harness = []
|
||||
cli = [ "router", "hyper", "tokio" ]
|
||||
router = [ "hyper", "tokio" ]
|
||||
router = [ "futures", "hyper", "tokio" ]
|
||||
websocket = [ "futures", "hyper", "openssl", "tokio/sync", "tokio/io-util", "openssl" ]
|
||||
tfa = [ "openssl" ]
|
||||
u2f = [ "base32" ]
|
||||
|
@ -267,6 +267,7 @@ Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-proxmox-dev (= ${binary:Version}),
|
||||
librust-futures-0.3+default-dev,
|
||||
librust-hyper-0.14+default-dev,
|
||||
librust-hyper-0.14+full-dev,
|
||||
librust-tokio-1+default-dev
|
||||
|
Loading…
Reference in New Issue
Block a user