Got all cards out from db

This commit is contained in:
2025-08-16 03:59:24 +01:00
parent ff4c58113f
commit 72fa35d41a
3 changed files with 21 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ mod deser;
pub use crate::deser::ScryfallCard;
mod db;
pub use db::{init_db, update_db_with_file};
pub use db::{get_all_card_names, init_db, update_db_with_file};
mod utils;
pub use utils::get_local_cache_folder;