diff options
| author | A Farzat <a@farzat.xyz> | 2026-03-08 11:25:30 +0300 |
|---|---|---|
| committer | A Farzat <a@farzat.xyz> | 2026-03-08 11:25:30 +0300 |
| commit | 7c72d848131dbfcef47663bc6dd3e7c87225b7e4 (patch) | |
| tree | 8dca6f2d50cc91668e78e5d5eadee0096fa5e8d1 /Cargo.toml | |
| parent | a44aad5889bcd85d7bdd0be9c54f9111da917cf5 (diff) | |
| download | oreilly-epub-7c72d848131dbfcef47663bc6dd3e7c87225b7e4.tar.gz oreilly-epub-7c72d848131dbfcef47663bc6dd3e7c87225b7e4.zip | |
Use XDG directories to map downloads
This provides standard locations for files regardless of the location of
the binary and/or the working directory.
Could allow some customization in the future, both as a permanent config
or one-time case.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,3 +15,4 @@ serde_json = "1.0.149" tokio = { version = "1.49.0", features = ["full"] } url = { version = "2.5.8", features = ["serde"] } zip = { version = "8.1.0", default-features = false, features = ["deflate"] } +directories = "6.0.0" |
