aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2026-02-13 19:50:52 +0300
committerA Farzat <a@farzat.xyz>2026-02-13 19:59:25 +0300
commitedf46d8965752725ef3305c9d01decc038457db0 (patch)
treea5fc876f65dc53f350a58d3816c41942dc3ce570 /Cargo.toml
parent57bc69a7f9af497526695e5a0bfbc60939f667e9 (diff)
downloadsafaribooks-rs-edf46d8965752725ef3305c9d01decc038457db0.tar.gz
safaribooks-rs-edf46d8965752725ef3305c9d01decc038457db0.zip
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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 70b1e11..efd6672 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,3 +13,4 @@ serde_json = "1.0"
tokio = { version = "1.49", features = ["rt-multi-thread", "macros"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
+unicode-normalization = "0.1"