aboutsummaryrefslogtreecommitdiff
path: root/import/src/main.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-10-02 11:05:04 +0200
committermetamuffin <metamuffin@disroot.org>2023-10-02 11:05:04 +0200
commit1a0463e1770561f1041e1cffdbbae9b468531c55 (patch)
treedbe86b9e85e9bd1baa1d50875f5a7cdd9c5f98bd /import/src/main.rs
parentaa0695aed60ac8568258aefb9d2ff5e9296111ae (diff)
downloadjellything-1a0463e1770561f1041e1cffdbbae9b468531c55.tar
jellything-1a0463e1770561f1041e1cffdbbae9b468531c55.tar.bz2
jellything-1a0463e1770561f1041e1cffdbbae9b468531c55.tar.zst
temporary asset location
Diffstat (limited to 'import/src/main.rs')
-rw-r--r--import/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/import/src/main.rs b/import/src/main.rs
index e04abe5..f017407 100644
--- a/import/src/main.rs
+++ b/import/src/main.rs
@@ -103,6 +103,7 @@ fn main() -> anyhow::Result<()> {
cache_path: path.join("cache"),
library_path: path.join("library"),
database_path: path.join("database"),
+ temp_path: "/tmp".into(),
cookie_key: Some(
base64::engine::general_purpose::STANDARD
.encode([(); 32].map(|_| random())),