move client to pbs-client subcrate
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
use std::process::Command;
|
||||
|
||||
use anyhow::{Error};
|
||||
|
||||
use std::process::Command;
|
||||
use proxmox_backup::pxar::*;
|
||||
use pbs_client::pxar::*;
|
||||
|
||||
fn run_test(dir_name: &str) -> Result<(), Error> {
|
||||
|
||||
|
Reference in New Issue
Block a user