start implementing DataStore

This commit is contained in:
Dietmar Maurer
2018-12-17 13:00:39 +01:00
parent 4818c8b6f7
commit 529de6c7a3
3 changed files with 48 additions and 9 deletions

View File

@ -36,6 +36,7 @@ pub mod backup {
pub mod chunk_store;
pub mod image_index;
pub mod datastore;
}
pub mod config {