eol-deployer 0.1.0

A tool for deploying new versions of traefik configs
Documentation
1
2
3
4
5
6
use eol_deployer::run;

#[tokio::main]
async fn main() {
    run().await;
}