cppargo 0.2.0

Minimal Rust `cargo` clone for creation, compilation and excecution of basic C++ projects.
[[bin]]
name = "cppargo"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.94"

[dependencies.clap]
features = ["derive"]
version = "4.5.23"

[package]
authors = ["BassedWarrior"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Minimal Rust `cargo` clone for creation, compilation and excecution of basic C++ projects."
edition = "2021"
homepage = "https://github.com/BassedWarrior/cppargo"
keywords = ["CLI", "C++", "cargo-like"]
license = "GPL-3.0"
name = "cppargo"
readme = "README.md"
repository = "https://github.com/BassedWarrior/cppargo"
version = "0.2.0"