diff options
author | fxqnlr <[email protected]> | 2023-04-23 18:24:32 +0200 |
---|---|---|
committer | fxqnlr <[email protected]> | 2023-04-23 18:24:32 +0200 |
commit | 416f4dc383ff5a1194da3a5532a8e159a4a1dac0 (patch) | |
tree | c3d00456cafa01bfbe620aed85b25caa60b4e29d /src/lib.rs | |
parent | 4300ad2eb05dddfa4274e04b204f2ad28c87da05 (diff) | |
download | modlist-416f4dc383ff5a1194da3a5532a8e159a4a1dac0.tar modlist-416f4dc383ff5a1194da3a5532a8e159a4a1dac0.tar.gz modlist-416f4dc383ff5a1194da3a5532a8e159a4a1dac0.zip |
added caching, better data location
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ pub mod config; | |||
4 | pub mod db; | 4 | pub mod db; |
5 | pub mod error; | 5 | pub mod error; |
6 | pub mod files; | 6 | pub mod files; |
7 | pub mod cache; | ||
7 | 8 | ||
8 | use std::{fmt::Display, path::Path}; | 9 | use std::{fmt::Display, path::Path}; |
9 | 10 | ||