From fc5e13ae525cb74e77a5bc51204f44476115cea9 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 1 Oct 2023 00:38:29 +0200 Subject: draft for permission framework --- common/src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/src/lib.rs') 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}; -- cgit v1.2.3-70-g09d2