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:
@@ -6,3 +6,5 @@ pub use crate::deser::ScryfallCard;
|
||||
|
||||
mod db;
|
||||
pub use db::init_db;
|
||||
|
||||
mod utils;
|
||||
|
||||
Reference in New Issue
Block a user