mirror of
https://github.com/cyborg42/epub2mdbook.git
synced 2026-06-28 12:13:35 -04:00
Fix EPUB chapter titles and internal links
This commit is contained in:
parent
0841abdd73
commit
e15cb7b1a8
3 changed files with 534 additions and 189 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "epub2mdbook"
|
||||
version = "0.16.1"
|
||||
version = "0.17.0"
|
||||
edition = "2024"
|
||||
description = "A tool to convert EPUB files to MDBook format"
|
||||
authors = ["Maverick Liu <maverick.liu42@gmail.com>"]
|
||||
|
|
@ -10,10 +10,10 @@ keywords = ["epub", "mdbook", "converter", "ebook"]
|
|||
categories = ["command-line-utilities", "text-processing"]
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.54", features = ["derive"] }
|
||||
clap = { version = "4.6.1", features = ["derive"] }
|
||||
epub = "2.1.5"
|
||||
htmd = "0.5.0"
|
||||
htmd = "0.5.4"
|
||||
mdbook-core = "0.5.2"
|
||||
regex = "1.12.2"
|
||||
thiserror = "2.0.17"
|
||||
toml = "0.9.10"
|
||||
regex = "1.12.3"
|
||||
thiserror = "2.0.18"
|
||||
toml = "1.1.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue