]> git.proxmox.com Git - proxmox-backup.git/blobdiff - pbs-datastore/src/data_blob_reader.rs
moved key_derivation.rs from pbs_datastore to pbs-config/src/key_config.rs
[proxmox-backup.git] / pbs-datastore / src / data_blob_reader.rs
index 8b37dbe71ed62e677c27aaa357407f76809fbc48..9c7a8568e07977fc7e43d8bd07b7e91d1c157068 100644 (file)
@@ -4,8 +4,9 @@ use std::sync::Arc;
 use anyhow::{bail, format_err, Error};
 use proxmox::tools::io::ReadExt;
 
+use pbs_tools::crypt_config::CryptConfig;
+
 use crate::checksum_reader::ChecksumReader;
-use crate::crypt_config::CryptConfig;
 use crate::crypt_reader::CryptReader;
 use crate::file_formats::{self, DataBlobHeader};