diff options
| author | A Farzat <a@farzat.xyz> | 2026-02-13 19:50:52 +0300 |
|---|---|---|
| committer | A Farzat <a@farzat.xyz> | 2026-02-13 19:59:25 +0300 |
| commit | edf46d8965752725ef3305c9d01decc038457db0 (patch) | |
| tree | a5fc876f65dc53f350a58d3816c41942dc3ce570 /Cargo.toml | |
| parent | 57bc69a7f9af497526695e5a0bfbc60939f667e9 (diff) | |
| download | safaribooks-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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
