move chunker.rs to backup/

This commit is contained in:
Dietmar Maurer
2018-12-31 15:46:16 +01:00
parent 1c287cb19a
commit cb4412b18e
4 changed files with 4 additions and 7 deletions

View File

@ -11,7 +11,7 @@ use proxmox_backup::api::router::*;
//use proxmox_backup::backup::image_index::*;
//use proxmox_backup::config::datastore;
use proxmox_backup::catar::encoder::*;
use proxmox_backup::catar::chunker::*;
use proxmox_backup::backup::chunker::*;
use proxmox_backup::backup::datastore::*;
use serde_json::{Value};