Skip to content

Commit 9d95f79

Browse files
committed
feat: support EPUB and MOBI sources
1 parent a75e866 commit 9d95f79

11 files changed

Lines changed: 582 additions & 6 deletions

File tree

src-tauri/Cargo.lock

Lines changed: 166 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ sha2 = "0.10"
6262
md-5 = "0.10"
6363
notify = "8"
6464
walkdir = "2"
65+
epub = "2.1.5"
66+
mobi = "0.8"
67+
html2text = { version = "0.17.1", default-features = false, features = ["xml"] }
6568

6669
[dev-dependencies]
6770
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread"] }

0 commit comments

Comments
 (0)