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 --- base/src/lib.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'base/src/lib.rs') diff --git a/base/src/lib.rs b/base/src/lib.rs index b97f924..5a98be5 100644 --- a/base/src/lib.rs +++ b/base/src/lib.rs @@ -4,8 +4,10 @@ Copyright (C) 2023 metamuffin */ #![feature(lazy_cell)] +pub mod permission; + use base64::Engine; -use jellycommon::{config::GlobalConfig, AssetLocation}; +use jellycommon::{AssetLocation, config::GlobalConfig}; use std::{fs::File, future::Future, path::PathBuf, sync::LazyLock}; use tokio::sync::Mutex; -- cgit v1.2.3-70-g09d2