mirror of
https://github.com/cyborg42/epub2mdbook.git
synced 2026-02-10 16:24:50 -05:00
10 lines
187 B
TOML
10 lines
187 B
TOML
[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"
|