feat: new book price in database and book data endpoints
This commit is contained in:
parent
3320d1400c
commit
eb3181242b
6 changed files with 28 additions and 60 deletions
|
|
@ -25,5 +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"] }
|
||||
quick-xml = { version = "0.38.1", features = ["serialize", "overlapped-lists"] }
|
||||
|
||||
|
|
|
|||
Reference in a new issue