]> git.proxmox.com Git - proxmox-backup.git/commit
move pxar binary to separate crate
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 19 Jul 2021 13:53:43 +0000 (15:53 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 19 Jul 2021 13:53:43 +0000 (15:53 +0200)
commit58a3fae7731c9508ef293a9b8e6706b410166843
tree6df2c2d7716f0b3018b0c9562245985a4d9afd31
parent0889806a3c58635e4c621c22c069b21b4255f2c0
move pxar binary to separate crate

and move its few remaining proxmox_backup deps out to
pbs-tools

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
Makefile
pbs-tools/src/fs.rs
pxar-bin/Cargo.toml [new file with mode: 0644]
pxar-bin/src/main.rs [new file with mode: 0644]
src/bin/pxar.rs [deleted file]
src/tools/mod.rs