]> git.proxmox.com Git - proxmox-perl-rs.git/commit
import pmg-rs
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 26 Nov 2021 13:55:15 +0000 (14:55 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 28 Nov 2021 16:11:57 +0000 (17:11 +0100)
commitb6274a49a5954286e1c030ac7cccb66905e0104e
tree31a38bec49ba6ff02120257601e40c59585b8855
parent73a88784f1d63c6f78ed2c9a8897ee862fdccef2
import pmg-rs

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
18 files changed:
Cargo.toml
Makefile
pmg-rs/Cargo.toml [new file with mode: 0644]
pmg-rs/Makefile [new file with mode: 0644]
pmg-rs/debian/changelog [new file with mode: 0644]
pmg-rs/debian/compat [new file with mode: 0644]
pmg-rs/debian/control [new file with mode: 0644]
pmg-rs/debian/copyright [new file with mode: 0644]
pmg-rs/debian/debcargo.toml [new file with mode: 0644]
pmg-rs/debian/rules [new file with mode: 0755]
pmg-rs/debian/source/format [new file with mode: 0644]
pmg-rs/debian/triggers [new file with mode: 0644]
pmg-rs/src/acme.rs [new file with mode: 0644]
pmg-rs/src/apt/mod.rs [new file with mode: 0644]
pmg-rs/src/apt/repositories.rs [new file with mode: 0644]
pmg-rs/src/csr.rs [new file with mode: 0644]
pmg-rs/src/lib.rs [new file with mode: 0644]
pmg-rs/test.pl [new file with mode: 0644]