From edf46d8965752725ef3305c9d01decc038457db0 Mon Sep 17 00:00:00 2001 From: A Farzat Date: Fri, 13 Feb 2026 19:50:52 +0300 Subject: Create the basic directory structure for epub The directory name needs to be sanitized such that it is valid on all major Operating systems and filesystems. This includes replacing invalid characters and limiting the filename to 255 bytes. --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index d393a55..b963850 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2,6 +2,7 @@ mod cli; mod config; mod cookies; mod display; +mod epub; mod http_client; mod orly; -- cgit v1.2.3-70-g09d2