aboutsummaryrefslogtreecommitdiff
path: root/base/src/lib.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-10-02 11:25:15 +0200
committermetamuffin <metamuffin@disroot.org>2023-10-02 11:25:15 +0200
commit50b66f818d3d890e2ee13c88c404031faaeea7ba (patch)
treec467d65450304e617854e55e87e2515bc2fcea9f /base/src/lib.rs
parent1a0463e1770561f1041e1cffdbbae9b468531c55 (diff)
downloadjellything-50b66f818d3d890e2ee13c88c404031faaeea7ba.tar
jellything-50b66f818d3d890e2ee13c88c404031faaeea7ba.tar.bz2
jellything-50b66f818d3d890e2ee13c88c404031faaeea7ba.tar.zst
tempfile
Diffstat (limited to 'base/src/lib.rs')
-rw-r--r--base/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/src/lib.rs b/base/src/lib.rs
index c8b767d..062b028 100644
--- a/base/src/lib.rs
+++ b/base/src/lib.rs
@@ -6,6 +6,7 @@
#![feature(lazy_cell)]
pub mod cache;
pub mod permission;
+pub mod temp;
use jellycommon::{config::GlobalConfig, AssetLocation};
use std::{fs::File, path::PathBuf, sync::LazyLock};