From 7c72d848131dbfcef47663bc6dd3e7c87225b7e4 Mon Sep 17 00:00:00 2001 From: A Farzat Date: Sun, 8 Mar 2026 11:25:30 +0300 Subject: 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. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 970f928..ea3a2c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit v1.2.3-70-g09d2