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>
This commit is contained in:
Wolfgang Bumiller
2021-07-19 15:53:43 +02:00
parent 0889806a3c
commit 58a3fae773
6 changed files with 57 additions and 26 deletions

View File

@ -28,6 +28,7 @@ members = [
"pbs-tools",
"proxmox-backup-banner",
"pxar-bin",
]
[lib]