diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index c04c1059..da46e749 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -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" ] diff --git a/proxmox/debian/control b/proxmox/debian/control index da55b88e..9091cb8b 100644 --- a/proxmox/debian/control +++ b/proxmox/debian/control @@ -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