feat: BNF API instead of openlibrary to expand the available book search

This commit is contained in:
Ninjdai 2025-08-04 13:15:15 +02:00
parent c36a38cd7a
commit aff6c429ce
4 changed files with 121 additions and 0 deletions

View file

@ -1,4 +1,5 @@
pub mod auth;
pub mod bnf;
pub mod cli;
pub mod events;
pub mod open_library;