]> git.proxmox.com Git - proxmox-backup.git/blobdiff - examples/download-speed.rs
move client to pbs-client subcrate
[proxmox-backup.git] / examples / download-speed.rs
index 90b007e06cc40e487b77ae1d7fb70a0706067918..471d30f0bf85fca05a081ecd0eac800e0de61165 100644 (file)
@@ -2,8 +2,8 @@ use std::io::Write;
 
 use anyhow::{Error};
 
-use proxmox_backup::api2::types::Authid;
-use proxmox_backup::client::{HttpClient, HttpClientOptions, BackupReader};
+use pbs_api_types::Authid;
+use pbs_client::{HttpClient, HttpClientOptions, BackupReader};
 
 pub struct DummyWriter {
     bytes: usize,