Add util module

This commit is contained in:
Ethan Girouard 2024-05-10 11:28:11 -04:00
parent 490772654d
commit 3338cc2662
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ pub mod users;
pub mod search; pub mod search;
pub mod fileserv; pub mod fileserv;
pub mod error_template; pub mod error_template;
pub mod util;
use cfg_if::cfg_if; use cfg_if::cfg_if;
cfg_if! { cfg_if! {

0
src/util/mod.rs Normal file
View File