split out proxmox-backup-client binary

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2021-08-26 11:00:37 +02:00
parent 7b570c177d
commit e351ac786d
11 changed files with 54 additions and 23 deletions

View File

@ -29,6 +29,7 @@ members = [
"pbs-tools",
"proxmox-backup-banner",
"proxmox-backup-client",
"pxar-bin",
]
@ -98,7 +99,6 @@ pbs-api-types = { path = "pbs-api-types" }
pbs-buildcfg = { path = "pbs-buildcfg" }
pbs-client = { path = "pbs-client" }
pbs-datastore = { path = "pbs-datastore" }
pbs-fuse-loop = { path = "pbs-fuse-loop" }
pbs-runtime = { path = "pbs-runtime" }
pbs-systemd = { path = "pbs-systemd" }
pbs-tools = { path = "pbs-tools" }