init
This commit is contained in:
commit
c5731665a3
25 changed files with 1110 additions and 0 deletions
10
yunohost-api/src/lib.rs
Normal file
10
yunohost-api/src/lib.rs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
mod cache;
|
||||
pub use cache::JsonCache;
|
||||
mod credentials;
|
||||
pub use credentials::{Username, Password};
|
||||
mod error;
|
||||
pub use error::Error;
|
||||
mod ldap;
|
||||
pub use ldap::YunohostUsers;
|
||||
mod permissions;
|
||||
pub use permissions::{YunohostPermissions, SSOWatConfig, PermissionName};
|
||||
Loading…
Reference in a new issue