start experiments with simple chunk store

This commit is contained in:
Dietmar Maurer
2018-12-07 10:51:53 +01:00
parent b22751b20c
commit 35cf5daa53
2 changed files with 79 additions and 0 deletions

View File

@ -30,6 +30,11 @@ pub mod server {
pub mod section_config;
pub mod backup {
pub mod chunk_store;
}
pub mod storage {
pub mod config;