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

@ -25,4 +25,5 @@ rand_core = { version = "0.9.3", features = ["os_rng"] }
password-hash = { version = "0.5.0", features = ["getrandom"] }
jsonwebtoken = "9.3.1"
openssl = { version = "0.10.73", features = ["vendored"] }
quick-xml = { version = "0.38.1", features = ["serialize"] }