]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/bin/proxmox-backup-manager.rs
update to proxmox-sys 0.2 crate
[proxmox-backup.git] / src / bin / proxmox-backup-manager.rs
index fa075e2ee49a2ba9272556de29b57b67f3f26c48..4a055032953ab0e5929b1635fef3164ff2decc29 100644 (file)
@@ -4,7 +4,7 @@ use std::io::{self, Write};
 use anyhow::Error;
 use serde_json::{json, Value};
 
-use proxmox::tools::fs::CreateOptions;
+use proxmox_sys::fs::CreateOptions;
 use proxmox_router::{cli::*, RpcEnvironment};
 use proxmox_schema::api;