Add key-value store setup function

This commit is contained in:
2026-06-27 15:26:22 -04:00
parent 9e3d534190
commit 2b800c2df4
2 changed files with 30 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
pub mod config;
pub mod database;
pub mod key_val_store;
pub mod main;
pub use main::main;