Since Pocketbook has some problems with extracting metadata correctly from EPUB files, this program tries fix these issues.
https://www.rustysoft.de/software/pbdbfixer/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
332 B
15 lines
332 B
[package] |
|
name = "pbdbfixer" |
|
version = "0.8.3" |
|
authors = ["Martin Brodbeck <martin@brodbeck-online.de>"] |
|
edition = "2021" |
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
|
|
|
[dependencies] |
|
zip = "0.5" |
|
quick-xml = "0.22" |
|
|
|
[dependencies.rusqlite] |
|
version = "0.25" |
|
features = ["bundled"]
|
|
|