mirror of
https://github.com/cyborg42/epub2mdbook.git
synced 2026-02-10 16:24:50 -05:00
fix: ignore url
This commit is contained in:
parent
8ed2ec1c57
commit
b8a8b834f6
3 changed files with 294 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "epub2mdbook"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
edition = "2024"
|
||||
description = "A tool to convert EPUB files to MDBook format"
|
||||
authors = ["Maverick Liu <maverick.liu42@gmail.com>"]
|
||||
|
|
@ -15,3 +15,4 @@ epub = "2.1.1"
|
|||
html2md = "0.2.15"
|
||||
regex = "1.11.1"
|
||||
thiserror = "2.0.11"
|
||||
url = "2.5.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue