]> git.proxmox.com Git - pve-rs.git/commit - Makefile
add bindings for proxmox-apt
authorFabian Ebner <f.ebner@proxmox.com>
Wed, 23 Jun 2021 13:39:01 +0000 (15:39 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 23 Jun 2021 14:03:01 +0000 (16:03 +0200)
commit37b2e7e64272db60d147d434aa8b6a42f24386cb
tree97010473df0f57648d6cc89171c0dbc5ac7a56f1
parentf6da3dfc8a2cfb077658b9f6e10f8931982c4850
add bindings for proxmox-apt

which contains includes logic for repository handling.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
Cargo.toml
Makefile
src/apt/mod.rs [new file with mode: 0644]
src/apt/repositories.rs [new file with mode: 0644]
src/lib.rs