Initial commit with code to run in a directory

This commit is contained in:
2026-05-21 17:54:02 -07:00
parent 8bd3efe693
commit 40de738fef
4 changed files with 690 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[package]
name = "convert_ebook_directory"
version = "0.1.0"
edition = "2024"
[dependencies]
structopt = "0.3.25"
tempfile = "3.27.0"