]> git.proxmox.com Git - proxmox.git/commitdiff
proxmox: add missing +router -> futures dep
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 14 May 2021 13:44:37 +0000 (15:44 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 17 May 2021 07:41:26 +0000 (09:41 +0200)
this is shadowed by the websocket feature being enabled by default.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
proxmox/Cargo.toml
proxmox/debian/control

index c04c1059370d30d69f7094571da96821d3684d3c..da46e749eac28685db9f1b6c459318e5a655481b 100644 (file)
@@ -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" ]
index da55b88eee91bad2acb88a4c94038bdbb00ac3d8..9091cb8b69529e9db63db02ace13cb6eb224827a 100644 (file)
@@ -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