split out proxmox-backup-debug binary

and introduce pbs_tools::cli module

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2021-08-31 14:45:48 +02:00
parent dd2162f6bd
commit e5f9b7f79e
11 changed files with 49 additions and 33 deletions

View File

@ -4,6 +4,7 @@ pub mod blocking;
pub mod borrow;
pub mod broadcast_future;
pub mod cert;
pub mod cli;
pub mod compression;
pub mod format;
pub mod fs;