split out pbs-runtime module

These are mostly tokio specific "hacks" or "workarounds" we
only really need/want in our binaries without pulling it in
via our library crates.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2021-07-06 12:08:44 +02:00
parent 01fd2447b2
commit d420962fbc
26 changed files with 50 additions and 37 deletions

View File

@ -31,7 +31,8 @@ RESTORE_BIN := \
proxmox-restore-daemon
SUBCRATES := \
pbs-buildcfg
pbs-buildcfg \
pbs-runtime
ifeq ($(BUILD_MODE), release)
CARGO_BUILD_ARGS += --release