Added a utils file

Wanted to separate the higher level config folder stuff from just db module

Because the download module will also want to find cache
This commit is contained in:
2025-08-15 02:00:06 +01:00
parent 5dfdff17c1
commit 1462401787
3 changed files with 62 additions and 37 deletions

View File

@@ -6,3 +6,5 @@ pub use crate::deser::ScryfallCard;
mod db;
pub use db::init_db;
mod utils;