src/bin/proxmox_backup_client/catalog.rs: split out catalog code

This commit is contained in:
Dietmar Maurer
2020-07-03 16:45:47 +02:00
parent bd260569d3
commit 9de69cdb1a
4 changed files with 250 additions and 209 deletions

View File

@ -4,3 +4,6 @@ mod mount;
pub use mount::*;
mod task;
pub use task::*;
mod catalog;
pub use catalog::*;