]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/bin/dump-reader-api.rs
master key: store blob name in constant
[proxmox-backup.git] / src / bin / dump-reader-api.rs
index a7748592e71d19e7621901d129034562cbdf60da..5abd96c604909b16798a7fbaec21c0882f9f002c 100644 (file)
@@ -1,7 +1,8 @@
-use failure::*;
+use anyhow::{Error};
+
+use proxmox::api::format::dump_api;
 
 use proxmox_backup::api2;
-use proxmox_backup::api_schema::format::*;
 
 fn main() -> Result<(), Error> {