fix: ignore url

This commit is contained in:
Maverick Liu 2025-02-22 16:50:33 +08:00
parent 8ed2ec1c57
commit b8a8b834f6
3 changed files with 294 additions and 5 deletions

View file

@ -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"