This commit is contained in:
dbr
2021-04-22 14:15:50 +10:00
parent a9b93e7c20
commit 11d0172bf8
2 changed files with 8 additions and 9 deletions

View File

@@ -12,8 +12,8 @@ use uuid::Uuid;
mod config;
mod inmemory;
mod kv;
mod sqlite;
mod operation;
mod sqlite;
pub use self::kv::KvStorage;
pub use config::StorageConfig;