Moved some files and started skeleton db

This commit is contained in:
2025-08-15 00:55:47 +01:00
parent d168ca88ec
commit 4f095c55ec
4 changed files with 40 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
mod download;
pub use crate::download::download_latest;
mod deser;
pub use crate::deser::ScryfallCard;
mod db;
pub use db::init_db;