aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 1c2dea0..04fcdb7 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -10,3 +10,8 @@ pub mod ctx;
pub mod theming;
pub use config::CONFIG;
+
+pub fn touch() {
+ cache::touch();
+ theming::touch();
+}