storage in the system is now storing log in details properly well

This commit is contained in:
filipriec
2025-05-25 21:33:24 +02:00
parent 4e7213d1aa
commit 6e1997fd9d
9 changed files with 204 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
// src/config/storage.rs
pub mod storage;
pub use storage::*;