Craft: A Cargo-like build tool for C/C++
Summary
Craft is a lightweight build tool for C/C++ that replaces manual CMake configuration with a simple craft.toml. It automatically generates CMakeLists.txt, manages dependencies, and provides a modern CLI for project creation, building, running, and template management. The README demonstrates practical usage, including project initialization, dependency addition via git, and built-in templates for common project types.