This commit is contained in:
Maverick Liu 2025-02-21 17:04:00 +08:00
commit 749af017ca
6 changed files with 1061 additions and 0 deletions

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "epub2mdbook"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.96"
clap = { version = "4.5.30", features = ["derive"] }
epub = "2.1.1"
html2md = "0.2.15"