decompose 0.1.1

A simple and flexible scheduler and orchestrator to manage non-containerized applications
Documentation
1
2
3
4
5
6
use anyhow::Result;

#[tokio::main]
async fn main() -> Result<()> {
    decompose::run_cli().await
}