Files
engine/tests/lib.rs
Romain GERARD fe6f6454f4 Use base64 encoded string for application env vars
- Use base64 encoded string for env variables of applications
  - Remove External services, as they are not used by the core
    at all
2021-09-22 16:59:28 +02:00

7 lines
85 B
Rust

#[macro_use]
extern crate maplit;
mod aws;
mod digitalocean;
mod scaleway;
mod unit;