rise-deploy 0.16.4

A simple and powerful CLI for deploying containerized applications
1
2
3
4
5
6
7
8
9
// Extension providers

#[cfg(feature = "backend")]
pub mod aws_rds;

pub mod oauth;

#[cfg(feature = "backend")]
pub mod snowflake_oauth;