mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
- Use base64 encoded string for env variables of applications
- Remove External services, as they are not used by the core
at all
7 lines
85 B
Rust
7 lines
85 B
Rust
#[macro_use]
|
|
extern crate maplit;
|
|
mod aws;
|
|
mod digitalocean;
|
|
mod scaleway;
|
|
mod unit;
|