mirror of
https://github.com/cyborg42/epub2mdbook.git
synced 2026-02-10 16:24:50 -05:00
update book.toml
This commit is contained in:
parent
ef9ded9a17
commit
2bf293c4d7
3 changed files with 1859 additions and 39 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "epub2mdbook"
|
||||
version = "0.14.0"
|
||||
version = "0.15.0"
|
||||
edition = "2024"
|
||||
description = "A tool to convert EPUB files to MDBook format"
|
||||
authors = ["Maverick Liu <maverick.liu42@gmail.com>"]
|
||||
|
|
@ -13,5 +13,7 @@ categories = ["command-line-utilities", "text-processing"]
|
|||
clap = { version = "4.5.30", features = ["derive"] }
|
||||
epub = "2.1.1"
|
||||
htmd = "0.1.6"
|
||||
mdbook = "0.4.45"
|
||||
regex = "1.11.1"
|
||||
thiserror = "2.0.11"
|
||||
toml = "0.8.20"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue