From 82cc4b56e53366978d44f2d0a688b694ddbc6837 Mon Sep 17 00:00:00 2001 From: Fabian Ebner Date: Thu, 8 Jul 2021 16:14:26 +0200 Subject: [PATCH] depend on proxmox-apt Signed-off-by: Fabian Ebner --- Cargo.toml | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index fa7e1ca8..155c9eda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,6 +90,7 @@ proxmox = { version = "0.11.5", features = [ "sortable-macro", "api-macro" ] } #proxmox = { git = "git://git.proxmox.com/git/proxmox", version = "0.1.2", features = [ "sortable-macro", "api-macro" ] } #proxmox = { path = "../proxmox/proxmox", features = [ "sortable-macro", "api-macro" ] } proxmox-acme-rs = "0.2.1" +proxmox-apt = "0.4.0" proxmox-fuse = "0.1.1" proxmox-http = { version = "0.2.1", features = [ "client", "http-helpers", "websocket" ] } #proxmox-http = { version = "0.2.0", path = "../proxmox/proxmox-http", features = [ "client", "http-helpers", "websocket" ] } diff --git a/debian/control b/debian/control index b710c544..a1b09340 100644 --- a/debian/control +++ b/debian/control @@ -43,6 +43,7 @@ Build-Depends: debhelper (>= 12), librust-proxmox-0.11+default-dev (>= 0.11.5-~~), librust-proxmox-0.11+sortable-macro-dev (>= 0.11.5-~~), librust-proxmox-acme-rs-0.2+default-dev (>= 0.2.1-~~), + librust-proxmox-apt-0.4+default-dev, librust-proxmox-fuse-0.1+default-dev (>= 0.1.1-~~), librust-proxmox-http-0.2+client-dev (>= 0.2.1-~~), librust-proxmox-http-0.2+default-dev (>= 0.2.1-~~),