Deduplicate StoredUuid wrapper

This commit is contained in:
dbr
2021-09-04 12:53:29 +10:00
parent 477bf9e328
commit 1d62799437
3 changed files with 3 additions and 31 deletions

View File

@@ -12,7 +12,7 @@ use uuid::Uuid;
mod config;
mod inmemory;
mod operation;
mod sqlite;
pub(crate) mod sqlite;
pub use config::StorageConfig;
pub use inmemory::InMemoryStorage;