]> git.proxmox.com Git - proxmox.git/commit
split out compression code into new crate 'proxmox-compression'
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 21 Feb 2022 10:39:16 +0000 (11:39 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 21 Feb 2022 13:10:53 +0000 (14:10 +0100)
commitb8bf6a5c816585c64f78f553e9b5b3b079927413
tree22c53895e9982a0531f06a4d63b6f7c7270f6754
parentd663ff328a4b5085c3d1dbcb7977fd55671424ea
split out compression code into new crate 'proxmox-compression'

this removes quite a bit of dependecies of proxmox-async

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
[set proxmox-lang dep to 1.1]
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
14 files changed:
Cargo.toml
Makefile
proxmox-async/Cargo.toml
proxmox-async/src/compression.rs [deleted file]
proxmox-async/src/lib.rs
proxmox-async/src/zip.rs [deleted file]
proxmox-compression/Cargo.toml [new file with mode: 0644]
proxmox-compression/debian/changelog [new file with mode: 0644]
proxmox-compression/debian/control [new file with mode: 0644]
proxmox-compression/debian/copyright [new file with mode: 0644]
proxmox-compression/debian/debcargo.toml [new file with mode: 0644]
proxmox-compression/src/compression.rs [new file with mode: 0644]
proxmox-compression/src/lib.rs [new file with mode: 0644]
proxmox-compression/src/zip.rs [new file with mode: 0644]