src/config/cached_user_info.rs: new helper class

This commit is contained in:
Dietmar Maurer
2020-04-16 09:18:56 +02:00
parent 1ce8a5d0b7
commit 423e656163
3 changed files with 71 additions and 1 deletions

View File

@ -19,6 +19,7 @@ pub mod datastore;
pub mod remote;
pub mod user;
pub mod acl;
pub mod cached_user_info;
/// Check configuration directory permissions
///