Seaching card by name works

This commit is contained in:
2025-08-17 01:08:27 +01:00
parent 9a9f42bc1e
commit 9f03e3e11f
3 changed files with 44 additions and 3 deletions

View File

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