rox-cli 0.8.2

Composable build tool inspired by Make
Documentation
1
2
3
4
5
6
7
#[tokio::main]
async fn main() {
    if let Err(e) = rox::rox().await {
        eprintln!("{}", e);
        std::process::exit(1);
    }
}