feat: BNF API instead of openlibrary to expand the available book search
This commit is contained in:
parent
c36a38cd7a
commit
aff6c429ce
4 changed files with 121 additions and 0 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
|
@ -53,6 +53,7 @@ dependencies = [
|
|||
"openssl",
|
||||
"password-hash",
|
||||
"pretty_env_logger",
|
||||
"quick-xml",
|
||||
"rand_core 0.9.3",
|
||||
"reqwest",
|
||||
"sea-orm",
|
||||
|
|
@ -2082,6 +2083,16 @@ dependencies = [
|
|||
"syn 1.0.109",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "quick-xml"
|
||||
version = "0.38.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9845d9dccf565065824e69f9f235fafba1587031eda353c1f1561cd6a6be78f4"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "quinn"
|
||||
version = "0.11.8"
|
||||
|
|
|
|||
Reference in a new issue