corge-rs 0.1.1

A small Rust-powered build tool for C projects: init, build, deps, profiles, and tooling.
Documentation
1
2
3
4
5
use crate::cli::BuildArgs;

pub fn run(build_args: BuildArgs) {
    todo!("Running project is not implemented yet")
}