move manifest and backup_info to pbs-datastore

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2021-07-07 11:34:45 +02:00
parent f75292bd8d
commit a5951b4f38
6 changed files with 20 additions and 16 deletions

View File

@ -23,6 +23,7 @@ use proxmox_http::{
ProxyConfig,
};
pub use pbs_tools::json;
pub use pbs_tools::nom;
pub use pbs_tools::{run_command, command_output, command_output_as_string};
@ -40,7 +41,6 @@ pub mod fuse_loop;
mod memcom;
pub use memcom::Memcom;
pub mod json;
pub mod logrotate;
pub mod loopdev;
pub mod lru_cache;