fluentci-engine 0.1.0

Programmable CI/CD engine without Containers, built on top of Nix ❄️
1
2
3
4
5
6
use fluentci_server::start;

#[tokio::main]
async fn main() -> std::io::Result<()> {
    start().await
}