Add export to csv for books

This commit is contained in:
gabatxo1312 2026-01-30 17:06:59 +01:00
commit 60a5bf5583
No known key found for this signature in database
10 changed files with 166 additions and 27 deletions

View file

@ -31,3 +31,4 @@ pretty_env_logger = "0.5.0"
# custom logger
log = "0.4.29"
serde_with = "3.16.1"
csv = "1.4.0"