From e9c2ba606d12bfb82b03b46c44580e7e2f033e0b Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 4 Oct 2023 09:06:37 +0200 Subject: [PATCH] pmg: buildsys: add notify related dependencies Signed-off-by: Wolfgang Bumiller --- pmg-rs/Cargo.toml | 2 ++ pmg-rs/debian/control | 2 ++ 2 files changed, 4 insertions(+) diff --git a/pmg-rs/Cargo.toml b/pmg-rs/Cargo.toml index 935b738..0c07217 100644 --- a/pmg-rs/Cargo.toml +++ b/pmg-rs/Cargo.toml @@ -35,6 +35,8 @@ perlmod = { version = "0.13", features = [ "exporter" ] } proxmox-acme-rs = { version = "0.4", features = ["client"] } proxmox-apt = "0.10" proxmox-http = { version = "0.9", features = ["client-sync", "client-trait"] } +proxmox-http-error = "0.1.0" +proxmox-notify = "0.2" proxmox-subscription = "0.4" proxmox-sys = "0.5" proxmox-tfa = { version = "4.0.4", features = ["api"] } diff --git a/pmg-rs/debian/control b/pmg-rs/debian/control index ca80263..cbb117e 100644 --- a/pmg-rs/debian/control +++ b/pmg-rs/debian/control @@ -19,6 +19,8 @@ Build-Depends: cargo:native , librust-proxmox-http-0.9+client-sync-dev, librust-proxmox-http-0.9+client-trait-dev, librust-proxmox-http-0.9+default-dev, + librust-proxmox-http-error-0.1+default-dev, + librust-proxmox-notify-0.2+default-dev, librust-proxmox-subscription-0.4+default-dev, librust-proxmox-sys-0.5+default-dev, librust-proxmox-tfa-4+api-dev (>= 4.0.4-~~),