diff options
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 | ||