]> git.proxmox.com Git - proxmox-perl-rs.git/commitdiff
pmg: buildsys: add notify related dependencies
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 4 Oct 2023 07:06:37 +0000 (09:06 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 4 Oct 2023 07:07:23 +0000 (09:07 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
pmg-rs/Cargo.toml
pmg-rs/debian/control

index 935b73810e115b0f826b7e86f01cabf6f29be363..0c07217faf6f91b105727af3b3d70cd6a0040e0d 100644 (file)
@@ -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"] }
index ca80263dd16496e88a7336a677ee3a41833fd405..cbb117e62176b820372c5191b32bb0f0a67fcb0f 100644 (file)
@@ -19,6 +19,8 @@ Build-Depends: cargo:native <!nocheck>,
                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-~~),