rise-deploy 0.16.4

A simple and powerful CLI for deploying containerized applications
1
2
3
4
5
6
7
8
9
10
11
12
pub mod admin;
pub mod cookie_helpers;
pub mod entra_sync;
pub mod group_sync;
pub mod handlers;
pub mod jwt;
pub mod jwt_signer;
pub mod middleware;
pub mod oauth;
pub mod platform_access;
pub mod routes;
pub mod token_storage;