diff options
Diffstat (limited to 'common/src/lib.rs')
-rw-r--r-- | common/src/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/src/lib.rs b/common/src/lib.rs index ec6e0df..c842924 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -6,8 +6,9 @@ pub mod config; pub mod helpers; pub mod r#impl; -pub mod stream; pub mod seek_index; +pub mod stream; +pub mod user; #[cfg(feature = "rocket")] use rocket::{FromFormField, UriDisplayQuery}; |