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

@ -36,6 +36,7 @@ pub mod section_config;
pub mod backup {
pub mod chunker;
pub mod chunk_store;
pub mod image_index;
pub mod datastore;