diff options
author | metamuffin <metamuffin@disroot.org> | 2023-10-02 11:25:15 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-02 11:25:15 +0200 |
commit | 50b66f818d3d890e2ee13c88c404031faaeea7ba (patch) | |
tree | c467d65450304e617854e55e87e2515bc2fcea9f /base/src/lib.rs | |
parent | 1a0463e1770561f1041e1cffdbbae9b468531c55 (diff) | |
download | jellything-50b66f818d3d890e2ee13c88c404031faaeea7ba.tar jellything-50b66f818d3d890e2ee13c88c404031faaeea7ba.tar.bz2 jellything-50b66f818d3d890e2ee13c88c404031faaeea7ba.tar.zst |
tempfile
Diffstat (limited to 'base/src/lib.rs')
-rw-r--r-- | base/src/lib.rs | 1 |
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}; |